Skip to content

Commit

Permalink
fix: allow installing system wide docker pip pkg (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Matias <[email protected]>
Signed-off-by: Barnabas Busa <[email protected]>
Co-authored-by: Barnabas Busa <[email protected]>
  • Loading branch information
skylenet and barnabasbusa authored Oct 4, 2024
1 parent ad303b2 commit 029ba72
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ansible/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- role: geerlingguy.pip
pip_install_packages:
- name: docker
extra_args: --break-system-packages
tags: [init-server, pip]
- role: ethpandaops.general.docker_cleanup
tags: [init-server, docker_cleanup]
Expand Down Expand Up @@ -74,11 +75,7 @@
- name: Refresh inventory web
ansible.builtin.import_role:
name: ethpandaops.general.ethereum_inventory_web
tags:
- ethereum
- ethereum_node
- eth_inventory_web
- ethereum_inventory_web
tags: [eth_inventory_web, ethereum_inventory_web]
delegate_to: bootnode-1
run_once: true
vars:
Expand Down

0 comments on commit 029ba72

Please sign in to comment.