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

This commit is contained in:
Zuul 2020-09-30 23:21:19 +00:00 committed by Gerrit Code Review
commit accda511e2
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 }}"