diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-10-01 22:28:22 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-10-01 22:28:55 +0200 |
commit | c8de512a98462327b909311d2f89c90c32fb9246 (patch) | |
tree | df11ba3e4c005644e1a4a9c61b8790523333a6ee /roles/workstation/tasks/pkgs.yml | |
parent | e91ac09b9ed3d3768b99315c13366da23a13a3fa (diff) | |
download | rules-c8de512a98462327b909311d2f89c90c32fb9246.tar.gz |
chore: migrate package install in distinct roles
Diffstat (limited to 'roles/workstation/tasks/pkgs.yml')
-rw-r--r-- | roles/workstation/tasks/pkgs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/workstation/tasks/pkgs.yml b/roles/workstation/tasks/pkgs.yml index f4f2f44..abc583e 100644 --- a/roles/workstation/tasks/pkgs.yml +++ b/roles/workstation/tasks/pkgs.yml @@ -2,6 +2,6 @@ package: name: "{{ item }}" state: present - loop: + loop: - "{{ workstation_pkgs_common }}" - "{{ workstation_pkgs }}" |