Skip to content

Commit

Permalink
fix(supervised_install): Don't install docker compose by default
Browse files Browse the repository at this point in the history
Fixes #32
  • Loading branch information
jhampson-dbre committed Feb 12, 2022
1 parent 3268a75 commit 292931c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/supervised_install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ The variables below are used by the [geerlingguy.docker](https://github.com/geer
```yaml
# vars/main.yml
docker_apt_arch: arm64
docker_install_compose: false
```
Example Playbook
Expand Down
1 change: 1 addition & 0 deletions roles/supervised_install/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ arch:

# for geerlingguy.docker
docker_apt_arch: arm64
docker_install_compose: false

0 comments on commit 292931c

Please sign in to comment.