ansible_role_acmetool_debia.../tasks/main.yml

9 lines
173 B
YAML
Raw Normal View History

2021-01-17 17:17:36 +01:00
---
- include_tasks: versioncheck.yml
when: submodules_versioncheck|bool
2021-01-17 17:20:51 +01:00
- name: install acmetool from fixed url
become: true
apt:
deb: "{{ acmetool_fix__deb }}"