| commit | c90073ec20b34f2448c503c729a81494178405e0 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Fri Feb 09 16:37:41 2018 -0600 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Fri Feb 09 16:37:41 2018 -0600 |
| tree | 10fac83767dcd92ca0bcea8cf9e5b40dc20a2519 | |
| parent | 48cdf55e5d880df4fb43ea4ca91d9bb6ae9cf75e [diff] |
updated where start is done.
diff --git a/tasks/main.yml b/tasks/main.yml index 4275a1b..2016d19 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -13,7 +13,7 @@ - name: Using iptables to block a port become: true iptables: - action: append + action: insert chain: INPUT protocol: "tcp" destination_port: "{{ destination_port }}"