ansible_role_acmetool_debia.../tasks/main.yml

10 lines
240 B
YAML
Raw Permalink Normal View History

2021-01-17 17:17:36 +01:00
---
2021-05-10 22:08:57 +02:00
- name: run optional versionscheck
ansible.builtin.include_tasks: versioncheck.yml
2021-01-17 17:17:36 +01:00
when: submodules_versioncheck|bool
2021-01-17 17:20:51 +01:00
- name: install acmetool from fixed url
become: true
ansible.builtin.apt:
2021-01-17 17:20:51 +01:00
deb: "{{ acmetool_fix__deb }}"