diff --git a/scripts/ansible/.ansible-lint b/scripts/ansible/.ansible-lint index b908f64..a9514ea 100644 --- a/scripts/ansible/.ansible-lint +++ b/scripts/ansible/.ansible-lint @@ -1,7 +1,6 @@ parsable: true skip_list: - '301' # Commands should not change things if nothing needs doing - - '305' # Use shell only when shell functionality is required - '204' # Lines should be no longer than 160 chars - '502' # All tasks should be named diff --git a/scripts/ansible/ping_playbook.yml b/scripts/ansible/ping_playbook.yml index 0c47625..ffd7697 100755 --- a/scripts/ansible/ping_playbook.yml +++ b/scripts/ansible/ping_playbook.yml @@ -6,6 +6,4 @@ hosts: all tasks: - name: Ping node - shell: "ls" - environment: - PATH: /sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/snap/bin + ping: