Browse Source

minor formatting for yaml in certbot role

python3
Edoardo Putti 7 years ago
parent
commit
970ffeb2d8
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      roles/certbot/defaults/main.yaml
  2. +2
    -1
      roles/certbot/tasks/main.yaml

+ 1
- 1
roles/certbot/defaults/main.yaml View File

@ -1,2 +1,2 @@
---
webserver_name: nginx
webserver_name: nginx

+ 2
- 1
roles/certbot/tasks/main.yaml View File

@ -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


Loading…
Cancel
Save