Use 'command' not 'shell' even thought it doesn't matter

This commit is contained in:
Eric Paris 2015-06-18 10:21:49 -04:00
parent fec5e789fd
commit bc6c425ab4
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
- name: Get iptables rules
shell: iptables -L
command: iptables -L
register: iptablesrules
always_run: yes

View File

@ -1,6 +1,6 @@
---
- name: Get iptables rules
shell: iptables -L
command: iptables -L
register: iptablesrules
always_run: yes

View File

@ -1,6 +1,6 @@
---
- name: Get iptables rules
shell: iptables -L
command: iptables -L
register: iptablesrules
always_run: yes