forked from ISTI-ansible-roles/ansible-roles
9 lines
291 B
YAML
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' ]
|