Make certbot role install httpd

This role tries to put file in /etc/httpd/conf.d, httpd should be
installed first.
This commit is contained in:
Mikolaj Izdebski 2018-03-06 04:54:32 +00:00
parent b3a6656363
commit feb94e7a0c

View file

@ -1,6 +1,7 @@
- name: Install the needed packages
package: name={{item}} state=present
with_items:
- httpd
- certbot
- name: Create directory for ACME challenge