fix: install six using apt
This commit is contained in:
@ -16,11 +16,11 @@
|
||||
sudo apt update && sudo apt install -y python3 python3-pip
|
||||
changed_when: false
|
||||
|
||||
- name: Install 'six' module
|
||||
ansible.builtin.raw: pip3 install six
|
||||
changed_when: false
|
||||
|
||||
|
||||
- name: Install 'six' module using apt
|
||||
ansible.builtin.apt:
|
||||
name: python3-six
|
||||
state: present
|
||||
update_cache: true
|
||||
|
||||
tasks:
|
||||
- name: Manually gather facts after 'six' is installed
|
||||
|
Reference in New Issue
Block a user