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

9 lines
291 B
YAML
Raw Normal View History

2019-10-28 12:51:13 +01:00
- 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' ]