openSUSE / ansible-obs

Some playbooks to operate OBS
1 stars 10 forks source link

Add check for migration to deploy_without_migration playbook #2

Closed vpereira closed 3 years ago

vpereira commented 3 years ago

Add an ansible conditional to make sure that the playbook deploy_without_migration.yml just runs if no migration is pending.

Basically the opposite of https://github.com/openSUSE/ansible-obs/blob/master/roles/run_migrations/tasks/main.yml#L12

vpereira commented 3 years ago

done