remove deprecated --no-self-upgrade flag

Including it will generate warnings
This commit is contained in:
Mark Stosberg
2023-05-19 17:39:05 -04:00
parent a056da763e
commit 199f940604
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ certbot_auto_renew: true
certbot_auto_renew_user: "{{ ansible_user | default(lookup('env', 'USER')) }}"
certbot_auto_renew_hour: "3"
certbot_auto_renew_minute: "30"
certbot_auto_renew_options: "--quiet --no-self-upgrade"
certbot_auto_renew_options: "--quiet"
certbot_testmode: false
certbot_hsts: false