Skip to content

Commit

Permalink
if docker_install_compose is the cause. ....
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Jun 29, 2024
1 parent c1b905c commit 893d2fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation/playbooks/initialize_worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

docker_edition: 'ce'
docker_package_state: present
docker_install_compose: true
# pip_install_packages:
# - name: docker==7.1.0

Expand All @@ -29,10 +28,11 @@
update_cache: true


- name: 'Install nfs'
- name: 'Install nfs & pip'
apt:
pkg:
- nfs-common
- python3-pip

- name: 'Mount nfs share'
run_once: true
Expand Down

0 comments on commit 893d2fd

Please sign in to comment.