now gathering fact to retrieve the current user running the playbook

This commit is contained in:
aminnairi
2024-01-02 20:50:01 +01:00
parent 9475b54e16
commit efe56bfbc3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
connection: local connection: local
vars: vars:
ansible_python_interpreter: auto_silent ansible_python_interpreter: auto_silent
gather_facts: false gather_facts: true
roles: roles:
- base - base
- amd - amd
+1 -1
View File
@@ -4,7 +4,7 @@
connection: local connection: local
vars: vars:
ansible_python_interpreter: auto_silent ansible_python_interpreter: auto_silent
gather_facts: false gather_facts: true
roles: roles:
- base - base
- intel - intel