fix: use own ansible run command

This commit is contained in:
Ditmar Visser
2025-06-11 17:28:36 +00:00
parent 3d5e0dd787
commit d0b049e26f
3 changed files with 6 additions and 26 deletions

View File

@ -3,23 +3,9 @@
become: true
gather_facts: false
roles:
# - geerlingguy.pip
- docker
vars:
pip_install_use: apt
# 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
tasks:
# - name: Manually gather facts after 'six' is installed
# ansible.builtin.setup:
- name: Delete existing hello world container
community.docker.docker_container:
name: "les-06"