We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc648c commit 8434c0dCopy full SHA for 8434c0d
docker-images/controller-ci/provision.yml
@@ -18,5 +18,8 @@
18
local_dir: /home/controller/ce-provision
19
groups: []
20
galaxy_custom_requirements_file: ""
21
+ galaxy_roles_directory: "/home/{{ _ce_provision.username }}/.ansible/roles"
22
+ upgrade_galaxy:
23
+ enabled: false
24
roles:
25
- ce_provision
docker-images/controller/provision.yml
@@ -30,6 +30,9 @@
30
local_dir: /home/ce-dev/ce-provision
31
32
33
34
35
36
37
38
- ce_deploy
0 commit comments