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). - 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'