Merge branch 'systemd' of github.com:tterranigma/ansible-role-certbot into systemd

This commit is contained in:
Nikolaos Kakouros
2019-05-13 00:40:09 +02:00
10 changed files with 23 additions and 21 deletions
@@ -13,6 +13,14 @@
when: ansible_os_family == 'Debian'
changed_when: false
- name: Install cron (RedHat).
yum: name=cronie state=present
when: ansible_os_family == 'RedHat'
- name: Install cron (Debian).
apt: name=cron state=present
when: ansible_os_family == 'Debian'
roles:
- geerlingguy.git
- geerlingguy.certbot