infra-ansible/roles/bootstrap_puppetmaster/tasks/clone_system_config.yml

9 lines
235 B
YAML

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