mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
Corrected three small typos in playbooks_loops.rst (#18136)
This commit is contained in:
parent
2804e64ed5
commit
bd4d5112c5
1 changed files with 3 additions and 3 deletions
|
@ -585,7 +585,7 @@ When using complex data structures for looping the display might get a bit too "
|
||||||
- name: server1
|
- name: server1
|
||||||
disks: 3gb
|
disks: 3gb
|
||||||
ram: 15Gb
|
ram: 15Gb
|
||||||
netowrk:
|
network:
|
||||||
nic01: 100Gb
|
nic01: 100Gb
|
||||||
nic02: 10Gb
|
nic02: 10Gb
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue