ansible/roles/ddclient/tasks/main.yml
2021-01-09 20:54:42 +03:00

13 lines
213 B
YAML

---
- 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