diff --git a/tasks/install.yml b/tasks/install.yml index aba1bf3cbfaf1e0a7d787ccc21b6a63650a89f50..8ef1d96aef2bde325f474e67b4cc2ac9f25742c0 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -15,5 +15,5 @@ - name: "Install CertBot" apt: pkg: 'certbot' - state: 'installed' + state: 'present' update_cache: yes