ansible_role_acmetool_debia.../tasks/main.yml

9 lines
240 B
YAML

---
- name: run optional versionscheck
ansible.builtin.include_tasks: versioncheck.yml
when: submodules_versioncheck|bool
- name: install acmetool from fixed url
become: true
ansible.builtin.apt:
deb: "{{ acmetool_fix__deb }}"