each webserver needs certificates

so a task for installing came was added
This commit is contained in:
2022-02-17 21:42:45 +01:00
parent 2463fc198d
commit a6a1979f8a

View File

@@ -10,3 +10,7 @@
when: "{{ apache }} == true"
- import_tasks: install_nginx.yml
when: "{{ nginx }} == true"
- name: webserver | acme | install acme
package:
name: acme
state: latest