diff --git a/test.yml b/test.yml index 8a53f07..9511b78 100644 --- a/test.yml +++ b/test.yml @@ -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"