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