Revert "Refactored install_puppet.sh into common playbook"
This reverts commit 178a5476ae.
This commit is contained in:
@@ -4,15 +4,3 @@
|
||||
|
||||
# Install git
|
||||
- apt: name=git
|
||||
|
||||
# Clone system-config
|
||||
- git: repo="{{ system_config_repo_https_url }}"
|
||||
dest=/opt/system-config/production
|
||||
accept_hostkey=True
|
||||
version="{{ system_config_branch }}"
|
||||
force=True
|
||||
tags: clone_system_config
|
||||
|
||||
# Install puppet
|
||||
- command: bash /opt/system-config/production/install_puppet.sh
|
||||
tags: install_puppet
|
||||
|
||||
Reference in New Issue
Block a user