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 5b60770 commit 0d8a440Copy full SHA for 0d8a440
ansible/adhoc/deploy-pulp.yml
@@ -22,4 +22,4 @@
22
dest: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}/inventory/group_vars/all/pulp_server.yml"
23
content: |
24
# ansible managed
25
- appliances_pulp_server: "http://{{ pulp_server }}"
+ appliances_pulp_url: "http://{{ pulp_server }}"
environments/.stackhpc/inventory/group_vars/builder.yml
@@ -1,2 +1,2 @@
1
#update_enable: false # Can uncomment for speed debugging non-update related build issues
2
-dnf_repos_pulp_url: http://192.168.10.157
+appliances_pulp_url: http://192.168.10.157
0 commit comments