infra-ansible/roles/bootstrap/tasks/clone_system_config.yml
Ricardo Carrillo Cruz 2c82bfee21 More roles cleanup
2015-04-06 14:00:21 +02:00

7 lines
162 B
YAML

---
# Clone system-config
- git: repo="{{ system_config_repo_url }}"
dest=/opt/system-config/production
version=master
tags: clone_system_config