Make sure important packages are also available for check mode

This commit is contained in:
Georg Krause 2022-07-20 16:46:05 +02:00
parent 64fa638244
commit 9756a9575c
No known key found for this signature in database
GPG key ID: 2970D504B2183D22

View file

@ -1,5 +1,6 @@
- name: Ensure packages are installed
become: true
check_mode: no
apt:
name:
- python3-pip