No, this is not possible.

-- Michael

On Dec 4, 2013, at 11:48 AM, Xu Chen <[email protected]> wrote:

I have a list of tasks, but very similar to each other yet I want to tag
them differently. I want to do something like this:

- name: set db password
  action: command ./set_password {{ item }}
  tags:
    - common-tag
    - {{ item }}
  with_items:
    - httpd
    - mysql


Is this possible? 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].
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to