commit | 392ef961d320b36878a1e74dfa6c4b77d1c04384 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Fri Feb 09 18:51:33 2018 -0600 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Fri Feb 09 18:51:33 2018 -0600 |
tree | 9a0087462e959749fffb253fc76ee584767f2b70 | |
parent | 33f42d4a6c098ca142fbfe17638b8a3c63bd0702 [diff] |
updated where start is done.
diff --git a/tasks/main.yml b/tasks/main.yml index c62c814..e1ba966 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,4 +1,10 @@ --- # tasks file for apigee-opdk-iptables-port-block +#- name: Flushing iptables +# shell: "iptables -F" + - name: Flushing iptables - shell: "iptables -F" + become: true + become_user: root + iptables: + flush: yes