I am using Ansible to perform some configurations on my Juniper switches. I am using juniper_junos_config with the option to use set lines to add to the configuration. One of my lines is a delete, but this will fail if the statement does not exist in the configuration. Is there a way to make the delete conditional?