Merge "Don't git clone system-config in puppet-install"

This commit is contained in:
Zuul 2018-08-29 00:20:53 +00:00 committed by Gerrit Code Review
commit 9958b253f3
1 changed files with 0 additions and 21 deletions

View File

@ -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