diff --git a/roles/acmetool_fix/README.md b/roles/acmetool_fix/README.md deleted file mode 100644 index f1ce24a..0000000 --- a/roles/acmetool_fix/README.md +++ /dev/null @@ -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 diff --git a/roles/acmetool_fix/defaults/main.yml b/roles/acmetool_fix/defaults/main.yml deleted file mode 100644 index 37c514d..0000000 --- a/roles/acmetool_fix/defaults/main.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -acmetool_fix__deb: http://ftp.de.debian.org/debian/pool/main/a/acmetool/acmetool_0.2.1-4_amd64.deb diff --git a/roles/acmetool_fix/tasks/main.yml b/roles/acmetool_fix/tasks/main.yml deleted file mode 100644 index c78e128..0000000 --- a/roles/acmetool_fix/tasks/main.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -- name: install acmetool from fixed url - become: true - apt: - deb: "{{ acmetool_fix__deb }}"