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