forked from CCCHH/ansible-infra
ansible_pull(role): ensure SOPS is installed
Also add the SOPS community collection as a requirement for this repo.
This commit is contained in:
parent
9afbc71801
commit
dea66771e0
2 changed files with 13 additions and 4 deletions
|
|
@ -3,3 +3,6 @@ collections:
|
|||
- name: debops.debops
|
||||
version: ">=3.1.0"
|
||||
source: https://galaxy.ansible.com
|
||||
- name: community.sops
|
||||
version: ">=2.2.4"
|
||||
source: https://galaxy.ansible.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue