Merge "Allow tripleo_firewall to work in check mode" into stable/train

This commit is contained in:
Zuul 2020-10-01 19:25:52 +00:00 committed by Gerrit Code Review
commit da251c6620
1 changed files with 1 additions and 0 deletions

View File

@ -109,5 +109,6 @@
state: absent
regexp: '^((?!.*comment)(?=.*(ironic-inspector|neutron-)))'
when:
- not ansible_check_mode|bool
- item.find('v=' ~ '^/') == -1
loop: "{{ neutron_rules.stdout_lines }}"