From 0b99b7d5717a6d203116f7805953c80d0bd2a48b Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 19 Jun 2023 23:57:07 +0200 Subject: [PATCH] Actualiser playbook.yml --- playbook.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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