1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00
This commit is contained in:
L3D 2021-01-17 17:18:37 +01:00
parent 6e98ac95f7
commit 7e0344dc8e
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 0 additions and 10 deletions

View file

@ -1,3 +0,0 @@
# acmetoo-fix
Install the latest acmetool from http://ftp.de.debian.org/debian/pool/main/a/acmetool/acmetool_0.2.1-4_amd64.deb

View file

@ -1,2 +0,0 @@
---
acmetool_fix__deb: http://ftp.de.debian.org/debian/pool/main/a/acmetool/acmetool_0.2.1-4_amd64.deb

View file

@ -1,5 +0,0 @@
---
- name: install acmetool from fixed url
become: true
apt:
deb: "{{ acmetool_fix__deb }}"