aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/tasks/pkgs.yml
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2022-10-22 16:41:45 +0200
committerRomain Gonçalves <me@rgoncalves.se>2022-10-22 16:41:45 +0200
commit0df015e9b5c4aefd4245c94ee98021d2af80ed99 (patch)
treed9dbf4259500857daf41b627dbc2d116ba92dbc1 /roles/workstation/tasks/pkgs.yml
parent1cd2d31e0d5f81ce066121de78c0ed042fc3b6aa (diff)
downloadrules-0df015e9b5c4aefd4245c94ee98021d2af80ed99.tar.gz
lint: pass ansible-lint + yamllint
Diffstat (limited to 'roles/workstation/tasks/pkgs.yml')
-rw-r--r--roles/workstation/tasks/pkgs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/workstation/tasks/pkgs.yml b/roles/workstation/tasks/pkgs.yml
index abc583e..674ccc4 100644
--- a/roles/workstation/tasks/pkgs.yml
+++ b/roles/workstation/tasks/pkgs.yml
@@ -1,5 +1,5 @@
- name: install distribution packages
- package:
+ ansible.builtin.package:
name: "{{ item }}"
state: present
loop:
remember that computers suck.