GHP publish
This commit is contained in:
12
roles/ddclient/tasks/main.yml
Normal file
12
roles/ddclient/tasks/main.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
- block:
|
||||
- import_tasks: install.yml
|
||||
when: not dockerize
|
||||
- import_tasks: configure.yml
|
||||
when: not dockerize
|
||||
become: true
|
||||
|
||||
- block:
|
||||
- import_tasks: docker.yml
|
||||
when: dockerize
|
||||
become: true
|
Reference in New Issue
Block a user