Merge "Improve CI ansible plays to pass ansible-lint"
This commit is contained in:
commit
ca9e6f1a4e
@ -37,6 +37,8 @@
|
||||
|
||||
- name: dump all iptables rules
|
||||
shell: "iptables-save > /tmp/logs/iptables"
|
||||
args:
|
||||
creates: /tmp/logs/iptables
|
||||
become: true
|
||||
|
||||
- name: Download /tmp/logs file to executor
|
||||
|
Loading…
Reference in New Issue
Block a user