nginx: Re-introduce bootstrap_certs
This commit is contained in:
parent
b680bf6902
commit
75795f0238
5 changed files with 11 additions and 3 deletions
|
@ -7,6 +7,13 @@
|
|||
when:
|
||||
- nginx_sites is defined
|
||||
|
||||
- name: Install bootstrap cert
|
||||
ansible.builtin.apt:
|
||||
name: "ssl-cert"
|
||||
state: present
|
||||
when:
|
||||
- nginx_bootstrap_certs is defined and nginx_bootstrap_certs
|
||||
|
||||
- name: Create sites-available / sites-enabled directories
|
||||
ansible.builtin.file:
|
||||
state: directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue