mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-10-14 02:39:40 +00:00
Add Python 3 interpreter in some tasks
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user