-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: ansible roles were fixed (#1320)
* fix: update pyenv role to something not broken * fix: pin the correct version of compose on ansible role misbehaviour somehow you gotta specify the default value of docker_install_compose, and absolutely avoid to install the plugin (which by default should be like this, but is not) * chore: fix yamllint
- Loading branch information
1 parent
17415bb
commit 6acb700
Showing
3 changed files
with
34 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
- name: geerlingguy.docker | ||
version: '6.1.0' | ||
version: '7.1.0' | ||
- name: morgangraphics.ansible_role_nvm | ||
version: 'v2.0.0' | ||
- name: avanov.pyenv | ||
version: '1.1.0' | ||
- name: staticdev.pyenv | ||
version: '2.11.0' |