1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_acmetool.git synced 2024-08-16 12:29:49 +02:00
ansible_role_acmetool/tasks/main.yml
2021-07-16 01:19:30 +02:00

17 lines
475 B
YAML

---
- name: Perform optional versionscheck
ansible.builtin.include_tasks: versioncheck.yml
when: submodules_versioncheck|bool
- name: install acmetool
ansible.builtin.include_tasks: install.yml
- name: configure acmetool
ansible.builtin.include_tasks: configure.yml
- name: Copy hook to enable acmetool to restart services
ansible.builtin.include_tasks: hook.yml
- name: Reload systemd and enable acmetool timer unit
ansible.builtin.include_tasks: timer.yml