fix: use new action for ansible run
This commit is contained in:
@@ -10,15 +10,15 @@
|
||||
# pip_install_packages:
|
||||
# - name: six
|
||||
|
||||
pre_tasks:
|
||||
- name: Ensure python3 and pip are available
|
||||
ansible.builtin.raw: |
|
||||
sudo apt update && sudo apt install -y python3 python3-pip python3-six
|
||||
changed_when: false
|
||||
# pre_tasks:
|
||||
# - name: Ensure python3 and pip are available
|
||||
# ansible.builtin.raw: |
|
||||
# sudo apt update && sudo apt install -y python3 python3-pip python3-six
|
||||
# changed_when: false
|
||||
|
||||
tasks:
|
||||
- name: Manually gather facts after 'six' is installed
|
||||
ansible.builtin.setup:
|
||||
# - name: Manually gather facts after 'six' is installed
|
||||
# ansible.builtin.setup:
|
||||
|
||||
- name: Delete existing hello world container
|
||||
community.docker.docker_container:
|
||||
|
Reference in New Issue
Block a user