Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-07-06 17:19:48 +03:00
parent 7023982a1e
commit 6420f7f42d

View File

@ -6,8 +6,8 @@
hosts: all
tasks:
- name: Display the config
- name: Say hello
debug:
msg: "The hostname is {{ ansible_net_hostname }} and the OS is {{ ansible_net_version }}"
msg: "Hello World"