From b2029ad6ad8419099e074e95a5bb81edc92cccad Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Thu, 13 Nov 2025 16:44:14 +0100 Subject: [PATCH] commented unused variable --- ansible/inventories/group_vars/all/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventories/group_vars/all/all.yml b/ansible/inventories/group_vars/all/all.yml index b725f23..d689434 100644 --- a/ansible/inventories/group_vars/all/all.yml +++ b/ansible/inventories/group_vars/all/all.yml @@ -1,3 +1,3 @@ ansible_user: ansible -ansible_password: "{{ ansible_crypted_password }}" +#ansible_password: "{{ ansible_crypted_password }}" ansible_python_interpreter: /usr/bin/python3 \ No newline at end of file