From 970ffeb2d8459c31f2790e98481fa3dde772e6ef Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Sun, 11 Feb 2018 10:54:11 +0100 Subject: [PATCH] minor formatting for yaml in certbot role --- roles/certbot/defaults/main.yaml | 2 +- roles/certbot/tasks/main.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/certbot/defaults/main.yaml b/roles/certbot/defaults/main.yaml index d5e00bb..223f3e8 100644 --- a/roles/certbot/defaults/main.yaml +++ b/roles/certbot/defaults/main.yaml @@ -1,2 +1,2 @@ --- - webserver_name: nginx +webserver_name: nginx diff --git a/roles/certbot/tasks/main.yaml b/roles/certbot/tasks/main.yaml index 2c0e091..95f1b26 100644 --- a/roles/certbot/tasks/main.yaml +++ b/roles/certbot/tasks/main.yaml @@ -1,8 +1,9 @@ +--- - name: install certbot apt: name: "{{ item }}" state: present - update_cache: yes + update_cache: true cache_valid_time: 3600 with_items: - certbot