ansible: Use native ping module

This commit is contained in:
Alex Willmer 2020-04-30 21:58:25 +01:00
parent f5d3142bea
commit 6cfff89c1e
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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: