1
0
Fork 0

Fixed stupid ansible python sucks silent name collision

This commit is contained in:
Julien Dessaux 2021-03-04 13:38:44 +01:00
parent e19baa85fa
commit 2451b5ced3
3 changed files with 9 additions and 7 deletions

View file

@ -1,11 +1,11 @@
---
- action: init
- action: borg_init
- import_tasks: common.yml
when: is_borg_server or borg_server is defined
when: borg.is_server or borg_server is defined
- import_tasks: server.yml
when: is_borg_server
when: borg.is_server
- import_tasks: client.yml
when: borg_server is defined