Use apt-get instead of aptitude to supress warning

This commit is contained in:
Alex Kotov 2020-01-14 12:58:17 +05:00
parent 0d0eaa7066
commit c4b77f6ae6
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
---
- name: Converge
hosts: all
module_defaults:
apt:
force_apt_get: true
roles:
- role: common
become: true