ansible-roles/library/roles/letsencrypt-acme-sh-client/tasks/old_acmetool_rh.yml

9 lines
291 B
YAML

- 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' ]