Hi All,

 Not sure whether it is possible, but let me raise the question, it is 
possible to import/include a single task for one play book to another play 
book rather than importing the entire play book.e.g

common.yml
- task1
  tags: T1
- task2
  tags: T2
- task3
  tags: T3

one.yml
include common.yml --tag T1

two.yml
include common.yml --tag T2
include common.yml --tag T3

From,
Vino.B


-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/dcb122d3-602a-47cf-98da-2dbca9fde501%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to