We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2490e27 commit 1c91ee6Copy full SHA for 1c91ee6
manifests/init.pp
@@ -70,7 +70,7 @@
70
before => Exec['kolla-ansible'],
71
}
72
73
- # Install Kolla-Ansible (the pip module doesn't support git+ URLs with branch names)
+ # Install Kolla-Ansible via exec since python::pip doesn't support git+ URLs with refs
74
# https://docs.openstack.org/kolla-ansible/yoga/user/quickstart.html
75
$ka_version = 'yoga-eol'
76
exec { 'kolla-ansible':
0 commit comments