Skip to content

Commit

Permalink
add ansible.utils to preinstalled ansible collections
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Jul 5, 2023
1 parent 9ed83ca commit 3e7af55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ RUN pip install --no-cache-dir --upgrade pip pipenv && \
cd /unfurl/unfurl/templates/python3.9 && \
pipenv install --system --deploy && \
pip install --no-deps /unfurl && \
ansible-galaxy collection install community.docker kubernetes.core && \
ansible-galaxy collection install ansible.utils community.docker kubernetes.core && \
unfurl version && rm -rf /unfurl
6 changes: 6 additions & 0 deletions unfurl/tosca_plugins/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,9 @@ topology_template:
file: community.docker
properties:
version: "1.10.2"

ansible.utils:
type: artifact.AnsibleCollection
file: ansible.utils
properties:
version: "2.10.3"

0 comments on commit 3e7af55

Please sign in to comment.