diff options
author | 2019-08-06 20:26:47 +0000 | |
---|---|---|
committer | 2019-08-06 20:26:47 +0000 | |
commit | 68948c7442b8bd90683923bedf90c8a8768941aa (patch) | |
tree | 06692bd9550b229cc6e6845f2ccac825cca86b0c /xci/installer/osh/playbooks/group_vars | |
parent | 2695d025b603e047946bdbb2d64994f752dd072b (diff) | |
parent | 979caf7b697d59ff2452d47728a827d516fc7701 (diff) |
Merge "Add the required dashes in yaml files"
Diffstat (limited to 'xci/installer/osh/playbooks/group_vars')
-rw-r--r-- | xci/installer/osh/playbooks/group_vars/all.yml (renamed from xci/installer/osh/playbooks/group_vars/all) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/installer/osh/playbooks/group_vars/all b/xci/installer/osh/playbooks/group_vars/all.yml index 328f8dba..7453bdab 100644 --- a/xci/installer/osh/playbooks/group_vars/all +++ b/xci/installer/osh/playbooks/group_vars/all.yml @@ -1,3 +1,4 @@ +--- keepalived_ubuntu_src: "uca" keepalived_uca_apt_repo_url: "{{ uca_apt_repo_url | default('http://ubuntu-cloud.archive.canonical.com/ubuntu') }}" |