x86_64-centos-awx/tools/docker-compose/ansible/migrate.yml
2021-03-02 20:53:43 +08:00

8 lines
162 B
YAML

---
- name: Migrate data for upgrades and from Local Docker installs
hosts: localhost
gather_facts: true
roles:
- {role: sources}
- {role: migrate}