diff --git a/ansible/main.yml b/ansible/main.yml index 776bf47..66657f5 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -13,15 +13,9 @@ pre_tasks: - name: Ensure python3 and pip are available ansible.builtin.raw: | - sudo apt update && sudo apt install -y python3 python3-pip + sudo apt update && sudo apt install -y python3 python3-pip python3-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 ansible.builtin.setup: