install-packages: become, add more pkgs
This commit is contained in:
parent
2c9f5aecc8
commit
2db773f15a
4 changed files with 5 additions and 14 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
|
||||
- name: install packages (Debian/Ubuntu)
|
||||
become: true
|
||||
package:
|
||||
name: "{{ (COMMON_PKGS + DEB_PKGS) | difference(ansible_facts.packages) }}"
|
||||
state: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue