Hi everyone
I’m trying to use the item value in ‘with_sequence’ to access an element in my array variable.
I understand that to access variables using the bracket syntax […] in
-
vars => use vars[…]
-
hostvars => use hostvars[…]
But how to access an item in with_sequence using the bracket syntax […]?
`