mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
move fix
This commit is contained in:
parent
6e98ac95f7
commit
7e0344dc8e
3 changed files with 0 additions and 10 deletions
|
@ -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
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
acmetool_fix__deb: http://ftp.de.debian.org/debian/pool/main/a/acmetool/acmetool_0.2.1-4_amd64.deb
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
- name: install acmetool from fixed url
|
||||
become: true
|
||||
apt:
|
||||
deb: "{{ acmetool_fix__deb }}"
|
Loading…
Reference in a new issue