From 049d65270e73feaa4a6729fb660e5b9aee546391 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 30 Jun 2024 15:31:10 +0100 Subject: Migrate from `yes` to `true` --- roles/certbot/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/certbot/tasks') diff --git a/roles/certbot/tasks/main.yml b/roles/certbot/tasks/main.yml index 2db3ffc..25cb320 100644 --- a/roles/certbot/tasks/main.yml +++ b/roles/certbot/tasks/main.yml @@ -41,6 +41,6 @@ # changes in Ansible managed unit file. ansible.builtin.systemd_service: name: certbot.timer - enabled: yes + enabled: true state: started daemon_reload: true -- cgit v1.2.3-70-g09d2