mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
5 lines
101 B
YAML
5 lines
101 B
YAML
---
|
|
- name: install acmetool from fixed url
|
|
become: true
|
|
apt:
|
|
deb: "{{ acmetool_fix__deb }}"
|