ansible/roles/ddclient/tasks/main.yml

13 lines
213 B
YAML
Raw Normal View History

2021-01-09 17:54:42 +00:00
---
- 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