|
- block:
|
|
- name: Remove the old acme package because the tool is not supported anymore.
|
|
yum: pkg=acmetool state=absent
|
|
|
|
- name: Remove the acmetool repo file
|
|
file: dest=/etc/yum.repos.d/hlandau-acmetool-epel-7.repo state=absent
|
|
|
|
tags: [ 'letsencrypt', 'letsencrypt_acme_sh' ]
|