Skip to content
Snippets Groups Projects
Commit 742a1681 authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

Merge pull request #1166 from rogerwelin/master

add iptables --flush to reset role
parents fba9b9cb f4638c75
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,10 @@ ...@@ -49,6 +49,10 @@
command: umount {{item}} command: umount {{item}}
with_items: '{{ mounted_dirs.stdout_lines }}' with_items: '{{ mounted_dirs.stdout_lines }}'
- name: flush iptables
iptables:
flush: yes
- name: reset | delete some files and directories - name: reset | delete some files and directories
file: file:
path: "{{ item }}" path: "{{ item }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment