ansible-infra/roles/deploy_systemd_resolved_config/tasks/main.yaml
June 89d9122420
All checks were successful
/ Ansible Lint (push) Successful in 2m23s
/ Ansible Lint (pull_request) Successful in 2m22s
tag plays in playbooks (instead of tasks in roles)
2026-05-18 18:14:51 +02:00

8 lines
251 B
YAML

---
- name: Include enable.yaml
ansible.builtin.include_tasks: enable.yaml
when: deploy_systemd_resolved_config__enable
- name: Include disable.yaml
ansible.builtin.include_tasks: disable.yaml
when: not deploy_systemd_resolved_config__enable