mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Install correct package on Debian.
This commit is contained in:
parent
b5ff8d4886
commit
7c8e2e5735
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
- name: Install cron (Debian).
|
- name: Install cron (Debian).
|
||||||
apt: name=cron state=present
|
apt: name=cron state=present
|
||||||
when: ansible_os_family == 'RedHat'
|
when: ansible_os_family == 'Debian'
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- geerlingguy.git
|
- geerlingguy.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user