mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-14 01:21:17 +02:00
Install correct package on Debian.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
|
||||
- name: Install cron (Debian).
|
||||
apt: name=cron state=present
|
||||
when: ansible_os_family == 'RedHat'
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
roles:
|
||||
- geerlingguy.git
|
||||
|
||||
Reference in New Issue
Block a user