it's my structure roles:

|-- streaming.yml
|-- roles
    |-- configure-master
        |-- tasks
            |-- main.yml
        |-- templates
            |-- pg_hba.conf.j2
            |-- pgpass.j2
            |-- recovery.conf.j2
    |-- configure-slave
        |-- tasks
            |-- main.yml
        |-- templates
            |-- pg_hba.conf.j2
            |-- pgpass.j2
            |-- recovery.conf.j2

whether ansible can share my template pg_hba.conf.j2, pgpass.j2, and 
recovery.conf.j2 with two roles configure-master and configure-slave? 
because in fact they are same

-- 
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/401fe95f-ead0-478f-95f0-7cf38850baa1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to