Skip to content

Commit 0d8a440

Browse files
committed
typos
1 parent 5b60770 commit 0d8a440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/adhoc/deploy-pulp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
dest: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}/inventory/group_vars/all/pulp_server.yml"
2323
content: |
2424
# ansible managed
25-
appliances_pulp_server: "http://{{ pulp_server }}"
25+
appliances_pulp_url: "http://{{ pulp_server }}"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#update_enable: false # Can uncomment for speed debugging non-update related build issues
2-
dnf_repos_pulp_url: http://192.168.10.157
2+
appliances_pulp_url: http://192.168.10.157

0 commit comments

Comments
 (0)