From 6d9fbe58990eee7fa1c3c09ce01d4f00432df3eb Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Tue, 21 Nov 2017 11:58:23 +0000 Subject: [PATCH] ansible-lint: use command instead of shell This was the last instance of using command instead of shell. It changes the iptables-restore command. --- handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index 4fa7e8d..2d839ba 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -3,7 +3,7 @@ shell: iptables-save > /etc/sysconfig/iptables - name: Restore iptables rules - shell: iptables-restore + command: iptables-restore - name: Restart ipsec service: