install-packages: become, add more pkgs

This commit is contained in:
Josh Lay 2023-08-30 20:28:20 -05:00
parent 2c9f5aecc8
commit 2db773f15a
Signed by: jlay
GPG key ID: B265E45CACAD108A
4 changed files with 5 additions and 14 deletions

View file

@ -1,6 +1,7 @@
---
- name: install packages (Debian/Ubuntu)
become: true
package:
name: "{{ (COMMON_PKGS + DEB_PKGS) | difference(ansible_facts.packages) }}"
state: present