fix: update cache before installing pip, provisioning automatically configured terraform, restore allows for custom S# endpoint
This commit is contained in:
@@ -55,9 +55,10 @@
|
||||
tasks:
|
||||
- name: Install PIP.
|
||||
ansible.builtin.apt:
|
||||
state: present
|
||||
update_cache: true
|
||||
name:
|
||||
- python3-pip
|
||||
state: present
|
||||
|
||||
- name: Install needed packages.
|
||||
ansible.builtin.pip:
|
||||
|
||||
Reference in New Issue
Block a user