deploy-git/tasks/main.yml

7 lines
70 B
YAML
Raw Normal View History

2018-03-19 13:45:21 +00:00
---
- include_tasks: act.yaml
with_items: {{ git_checkouts }}
2018-03-19 13:45:21 +00:00
...