Merge "Don't git clone system-config in puppet-install"
This commit is contained in:
commit
9958b253f3
@ -9,24 +9,3 @@
|
||||
- "default.yaml"
|
||||
paths:
|
||||
- puppet-install
|
||||
|
||||
- name: Install system-config modules
|
||||
when: puppet_install_system_config_modules
|
||||
become: true
|
||||
block:
|
||||
- name: Make sure git is installed
|
||||
package:
|
||||
name: git
|
||||
state: present
|
||||
|
||||
- name: Make sure system-config repo is up to date
|
||||
git:
|
||||
repo: https://git.openstack.org/openstack-infra/system-config
|
||||
dest: /opt/system-config
|
||||
force: yes
|
||||
|
||||
- name: Clone puppet modules to /etc/puppet/modules
|
||||
command: ./install_modules.sh
|
||||
args:
|
||||
chdir: /opt/system-config
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user