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).
|
||||
apt:
|
||||
name:
|
||||
- cron
|
||||
- python-setuptools
|
||||
- python3
|
||||
- python3-apt
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
- cron
|
||||
state: present
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user