Merge "Remove the duplicated task for tests/post.yml"
This commit is contained in:
commit
5d4270d282
@ -25,11 +25,6 @@
|
||||
mode: pull
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Print all facts
|
||||
copy:
|
||||
content: "{{ hostvars[inventory_hostname] | to_nice_json }}"
|
||||
dest: "/tmp/logs/facts.json"
|
||||
|
||||
- name: dump all iptables rules
|
||||
shell: "iptables-save > /tmp/logs/iptables"
|
||||
become: true
|
||||
@ -39,4 +34,3 @@
|
||||
src: "/tmp/logs"
|
||||
dest: "{{ zuul.executor.log_root }}/{{inventory_hostname }}/"
|
||||
mode: pull
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user