]> arthur.barton.de Git - AnsibleRoles.git/blobdiff - roles/kexec/tasks/main.yml
Update "apt" tasks to use lists
[AnsibleRoles.git] / roles / kexec / tasks / main.yml
index 081870bdcbb73309e7f79820276c356df517a2e2..4beb6392c4eb10f4024fc2970c2f597258d5c591 100644 (file)
@@ -7,9 +7,7 @@
     - kexec
   apt: >
     state=present
-    name={{ item }}
-  with_items:
-    - kexec-tools
+    name=kexec-tools
 
 - name: configure kexec tools
   tags: