
Decoupled several things from bootstrap roles into subroles and added several default and group variables
10 lines
278 B
YAML
10 lines
278 B
YAML
---
|
|
- command: git commit -a -m "deploy_site_pp commit from infra-ansible"
|
|
args:
|
|
chdir: /tmp/infra-ansible/system-config/production
|
|
ignore_errors: True
|
|
|
|
- command: git push origin {{ system_config_branch }}
|
|
args:
|
|
chdir: /tmp/infra-ansible/system-config/production
|