Explorar el Código

Merge pull request #3399 from mtnbikenc/deprecation

Resolve deprecation warning
Russell Teague hace 8 años
padre
commit
42ffb565bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/nuage_node/tasks/iptables.yml

+ 1 - 1
roles/nuage_node/tasks/iptables.yml

@@ -2,7 +2,7 @@
 - name: IPtables | Get iptables rules
   command: iptables -L --wait
   register: iptablesrules
-  always_run: yes
+  check_mode: no
 
 - name: Allow traffic from overlay to underlay
   command: /sbin/iptables --wait -I FORWARD 1 -s {{ hostvars[groups.oo_first_master.0].openshift.master.sdn_cluster_network_cidr }} -j ACCEPT -m comment --comment "nuage-overlay-underlay"