mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
ansible-galaxy -r /opt/iiab/iiab/collections.yml
This commit is contained in:
parent
55f0707187
commit
105bbdc0b9
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ $APT_PATH/apt -y --allow-downgrades install ansible-base \
|
|||
# upgrade of collection and dependencies it pulls in. Note Ansible may support
|
||||
# upgrading all collections cleanly in future. See PR #2652 (links) & PR #2653
|
||||
echo -e "\n\nIIAB requires these 3 Ansible Collections: (we upgrade them here if possible!)\n"
|
||||
ansible-galaxy collection install --force-with-deps -r collections.yml -p /usr/share/ansible/collections
|
||||
ansible-galaxy collection install --force-with-deps -r /opt/iiab/iiab/collections.yml -p /usr/share/ansible/collections
|
||||
# 2020-11-28: The ~3 Ansible Collections (~37MB) used by IIAB used to be here:
|
||||
# /root/.ansible/collections/ansible_collections
|
||||
# But going forward they'll be stored here:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue