summaryrefslogtreecommitdiffstats
path: root/tools/docker-compose/ansible/migrate.yml
blob: a7320edbde4bb6f7c2deb7c8d563a1c973d99f5f (plain)
1
2
3
4
5
6
7
---
- name: Migrate data for upgrades and from Local Docker installs
  hosts: localhost
  gather_facts: true
  roles:
    - {role: sources}
    - {role: migrate}