Dick Visser
unread,Jul 28, 2016, 10:06:02 AM7/28/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
Hi
I have a bunch of roles in my playbook:
roles:
- role_1
- role_b
- { role: install_app, install_dir=/opt/foo }
- { role: install_app, install_dir=/opt/bar }
- { role: install_app, install_dir=/opt/baz }
- finalrole
Suppose I have a var that contains
apps:
foo
bar
baz
Would it be possible to loop over these in the roles section?
Thanks
Dick