Fixed stupid ansible python sucks silent name collision
This commit is contained in:
parent
e19baa85fa
commit
2451b5ced3
3 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
|
|
Reference in a new issue