Merge "Improve CI ansible plays to pass ansible-lint"

This commit is contained in:
Zuul 2020-04-21 21:15:20 +00:00 committed by Gerrit Code Review
commit ca9e6f1a4e

View File

@ -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