Commit bc6c425a authored by Eric Paris's avatar Eric Paris

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

parent fec5e789
--- ---
- name: Get iptables rules - name: Get iptables rules
shell: iptables -L command: iptables -L
register: iptablesrules register: iptablesrules
always_run: yes always_run: yes
......
--- ---
- name: Get iptables rules - name: Get iptables rules
shell: iptables -L command: iptables -L
register: iptablesrules register: iptablesrules
always_run: yes always_run: yes
......
--- ---
- name: Get iptables rules - name: Get iptables rules
shell: iptables -L command: iptables -L
register: iptablesrules register: iptablesrules
always_run: yes always_run: yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment