mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Small fix on molecule converge playbook
This commit is contained in:
parent
4d65e4ae8e
commit
c9d3ac9f8d
@ -17,12 +17,11 @@
|
||||
|
||||
- name: Install dependencies (RedHat).
|
||||
yum:
|
||||
name: "{{ item }}"
|
||||
name:
|
||||
- cronie
|
||||
- epel-release
|
||||
state: present
|
||||
when: ansible_os_family == 'RedHat'
|
||||
with_items:
|
||||
- cronie
|
||||
- epel-release
|
||||
|
||||
- name: Install cron (Debian).
|
||||
apt:
|
||||
|
Loading…
x
Reference in New Issue
Block a user