Merge "Remove the duplicated task for tests/post.yml"

This commit is contained in:
Zuul
2018-01-17 07:51:29 +00:00
committed by Gerrit Code Review

View File

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