Skip to content

Commit

Permalink
Merge pull request #50 from nis65/fixcommgeneral
Browse files Browse the repository at this point in the history
fix: make ansible-galaxy work again with community.general
  • Loading branch information
fadnincx authored Oct 16, 2023
2 parents efa3f9c + 931762f commit 2455efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/finish.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cd "${ANSIBLE_WORKDIR}"

virtualenv .
source bin/activate
pip3 install ansible-core==2.12.3
pip3 install ansible-core==2.12.10

{# Verbose ansible if develop #}
ansible-playbook prepare.yml {% if config['specs']['ansible_vault_key_file'] != "" %}--vault-password-file=/etc/potos/ansible_vault_key {% endif %}{% if POTOS_ENV is defined and POTOS_ENV == 'develop' %}-vvv {% endif %}| sed -u 's/^/# /'
Expand Down

0 comments on commit 2455efb

Please sign in to comment.