mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Fix molecule idempotence on debian10
This commit is contained in:
parent
3a6307a0c4
commit
9e4cb6fb00
@ -28,11 +28,12 @@
|
|||||||
- name: Install dependencies (Debian).
|
- name: Install dependencies (Debian).
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
|
- cron
|
||||||
|
- python-setuptools
|
||||||
- python3
|
- python3
|
||||||
- python3-apt
|
- python3-apt
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- cron
|
|
||||||
state: present
|
state: present
|
||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user