diff --git a/web/certbot/tasks/main.yml b/web/certbot/tasks/main.yml new file mode 100644 index 0000000..d016540 --- /dev/null +++ b/web/certbot/tasks/main.yml @@ -0,0 +1,7 @@ +--- +# Install Certbot +- name: Installing Certbot + apt: + update_cache: yes + state: present + name: certbot