create playbook to apply updates to all managed hosts
This commit is contained in:
@@ -16,10 +16,12 @@
|
||||
file: path=~/.ssh state=directory mode=700
|
||||
|
||||
- debug: var=ansible_os_family
|
||||
run_once: true
|
||||
|
||||
- debug: var=ansible_architecture
|
||||
run_once: true
|
||||
|
||||
- debug: var=ansible_distribution_release
|
||||
|
||||
- debug: var=ansible_pkg_mgr
|
||||
|
||||
tasks:
|
||||
- name: ping
|
||||
|
||||
Reference in New Issue
Block a user