mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-17 10:30:40 +02:00
Small fix on molecule converge playbook
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user