summaryrefslogtreecommitdiffstats
path: root/roles/clients/tasks/pkgs.yml
diff options
context:
space:
mode:
authorMatthieu Saulnier <casper@casperlefantom.net>2019-10-12 22:22:52 +0200
committerMatthieu Saulnier <casper@casperlefantom.net>2019-10-12 22:22:52 +0200
commitb06f93ca0271076f2d4bf7483c0763ea7ee4f85f (patch)
treeb485c8a4fc611172bdd684bf107e2dff34297da5 /roles/clients/tasks/pkgs.yml
parent88338cd92081007d0913c2d2733e3ca81011f0e0 (diff)
downloadplaybooks-ansible-b06f93ca0271076f2d4bf7483c0763ea7ee4f85f.tar.gz
playbooks-ansible-b06f93ca0271076f2d4bf7483c0763ea7ee4f85f.tar.xz
playbooks-ansible-b06f93ca0271076f2d4bf7483c0763ea7ee4f85f.zip
Replace with_items statement with loop statement
Diffstat (limited to 'roles/clients/tasks/pkgs.yml')
-rw-r--r--roles/clients/tasks/pkgs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/clients/tasks/pkgs.yml b/roles/clients/tasks/pkgs.yml
index 093ffbf..9503d8d 100644
--- a/roles/clients/tasks/pkgs.yml
+++ b/roles/clients/tasks/pkgs.yml
@@ -2,7 +2,7 @@
package:
name: "{{ item }}"
state: present
- with_items:
+ loop:
- irssi
- fetchmail
- procmail
@@ -194,7 +194,7 @@
package:
name: "{{ item }}"
state: present
- with_items:
+ loop:
- gstreamer-ffmpeg
- gstreamer-plugin-crystalhd
- gstreamer-plugins-bad