diff --git a/playbook.yml b/playbook.yml index 5e1d600..e8aaa8b 100644 --- a/playbook.yml +++ b/playbook.yml @@ -2,8 +2,8 @@ - hosts: all become: true gather_facts: no - #vars: - # ansible_ssh_pass: quasi0947 + vars: + test_var: test tasks: # - name: Update apt packages # apt: @@ -11,4 +11,4 @@ # update_cache: true - name: Print the gateway for each host when defined debug: - msg: "test inside {{ ansible_hostname }}" \ No newline at end of file + msg: "test inside {{ test_var }}" \ No newline at end of file