mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-22 01:56:16 +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
|
||||
shell: iptables -L
|
||||
command: iptables -L
|
||||
register: iptablesrules
|
||||
always_run: yes
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Get iptables rules
|
||||
shell: iptables -L
|
||||
command: iptables -L
|
||||
register: iptablesrules
|
||||
always_run: yes
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Get iptables rules
|
||||
shell: iptables -L
|
||||
command: iptables -L
|
||||
register: iptablesrules
|
||||
always_run: yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user