Skip to content

Commit 039a733

Browse files
committed
2.x: Added missing var to ce_deploy too
1 parent b490297 commit 039a733

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker-images/controller-devel/provision.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
new_user: true
2626
key_name: id_rsa.pub
2727
local_dir: /home/ce-dev/ce-deploy
28+
ansible_collections_dir: "/home/ce-dev/ce-deploy/galaxy/ansible_collections"
2829
ce_provision_dir: "/home/ce-dev/ce-provision"
2930
groups: []
3031
galaxy_custom_requirements_file: ""

docker-images/controller/provision.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
new_user: true
2626
key_name: id_rsa.pub
2727
local_dir: /home/ce-dev/ce-deploy
28+
ansible_collections_dir: "/home/ce-dev/ce-deploy/galaxy/ansible_collections"
2829
ce_provision_dir: "/home/ce-dev/ce-provision"
2930
groups: []
3031
galaxy_custom_requirements_file: ""

0 commit comments

Comments
 (0)