Add Python 3 interpreter in some tasks

This commit is contained in:
Christer Warén
2025-09-30 22:58:39 +03:00
parent 86285e9af0
commit 870ecc035c
3 changed files with 27 additions and 9 deletions

View File

@@ -39,7 +39,7 @@
- name: "Migrater : Ansible : Dependencies - Packages"
ansible.builtin.apt:
name: "{{ packages }}"
name: "{{ package }}"
state: latest
vars:
ansible_python_interpreter: /usr/bin/python3