Hi All,
I would like to execute some rules more than one time at the playbook, i 
tried to use;
with_sequence: count=2 
but
ERROR: with_sequence is not a legal parameter in an Ansible Playbook
I would like to do something like that;

...
roles:
- role1
- role2
  with_sequence: count={{count}}
- role3

I can not decribe with_sequence inside the roles because it has lots of 
task.

Any idea?

Thanks. 

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/cd83e445-17fe-4924-b117-f64da854e49c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to