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