I am following the tutorial from *https://github.com/oravirt/ansible-oracle* 
<https://github.com/oravirt/ansible-oracle>  
I have simplified the playbook to only configure ssh .  
It does it fine for "oracle" user but its skipping the setup for "grid" 
user ,  can someone help me figure out why ?

$ more full-rac-install.yml
---

 - name: ssh configuration
   hosts: orarac
   user: kn857sa
   become: yes
   serial: 1
   roles:
      - {role: orahost-ssh}



TASK [Gathering Facts] 
*******************************************************************************************************************************************************************
ok: [dotstodb749]
TASK [orahost-ssh : ssh-keys | get public key for oracle user] 
***************************************************************************************************************************
changed: [dotstodb749]
TASK [orahost-ssh : ssh-keys | get public key for grid user] 
*****************************************************************************************************************************
skipping: [dotstodb749]

-- 
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/1db6c3e3-efd7-49b7-89a6-231ad0c1bd5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to