ansible-lint: use command instead of shell

This was the last instance of using command instead of shell.
It changes the iptables-restore command.
This commit is contained in:
Juan Antonio Osorio Robles
2017-11-21 11:58:23 +00:00
parent deecec1a69
commit 6d9fbe5899

View File

@@ -3,7 +3,7 @@
shell: iptables-save > /etc/sysconfig/iptables shell: iptables-save > /etc/sysconfig/iptables
- name: Restore iptables rules - name: Restore iptables rules
shell: iptables-restore command: iptables-restore
- name: Restart ipsec - name: Restart ipsec
service: service: