Cleanup RHEL/CentOS support

This commit is contained in:
2024-03-28 10:26:03 +00:00
parent 34a60e73c5
commit 228ea7f513
7 changed files with 40 additions and 67 deletions

View File

@@ -9,13 +9,3 @@
when:
- certbot_digitalocean_token is defined
- name: Write out GoDaddy auth key
ansible.builtin.template:
src: do_secrets.j2
dest: /root/gd_secrets.ini
mode: "0600"
owner: root
group: root
when:
- certbot_godaddy_secret is defined
- certbot_godaddy_key is defined