Difference between revisions of "With items:"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 6: Line 6:
  
  
 +
== Example ==
 +
<pre>
 +
<nowiki>
 
  - name: "loop through list"
 
  - name: "loop through list"
   [[ansible.builtin.debug]]:
+
   ansible.builtin.debug:
     [[msg]]: "An item: {{ item }}"
+
     msg: "An item: {{ item }}"
 
   with_items:
 
   with_items:
 
     - 1
 
     - 1
 
     - 2
 
     - 2
 
     - 3
 
     - 3
 +
</nowiki>
 +
</pre>
  
  
Line 21: Line 26:
 
* [[Use loops in task (Ansible)]]
 
* [[Use loops in task (Ansible)]]
 
* <code>[[set_fact]]</code>
 
* <code>[[set_fact]]</code>
 +
* [[Terraform]]: <code>[[for_each]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 15:58, 12 January 2023

Advertising: