mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-22 10:06:15 +00:00
Use 'command' not 'shell' even thought it doesn't matter
This commit is contained in:
parent
fec5e789fd
commit
bc6c425ab4
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Get iptables rules
|
- name: Get iptables rules
|
||||||
shell: iptables -L
|
command: iptables -L
|
||||||
register: iptablesrules
|
register: iptablesrules
|
||||||
always_run: yes
|
always_run: yes
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Get iptables rules
|
- name: Get iptables rules
|
||||||
shell: iptables -L
|
command: iptables -L
|
||||||
register: iptablesrules
|
register: iptablesrules
|
||||||
always_run: yes
|
always_run: yes
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Get iptables rules
|
- name: Get iptables rules
|
||||||
shell: iptables -L
|
command: iptables -L
|
||||||
register: iptablesrules
|
register: iptablesrules
|
||||||
always_run: yes
|
always_run: yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user