Fix molecule idempotence on debian10

This commit is contained in:
Thiago Almeida 2020-09-11 19:55:40 +02:00
parent 3a6307a0c4
commit 9e4cb6fb00

View File

@ -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'