Thank you all , All your guides are helpful and I was able to achieve my 
requirement.

Regards
Luke.
 

On Wednesday, November 15, 2017 at 2:34:45 PM UTC+8, Soniya panwar wrote:
>
> Hello,
>>
>
> Above provided playbook will set the Classpath temporaily. 
> If you wish to make the entry persistent, you will have to use below task  
> in place of  "setup the java class path" task:
>
>   - name: setup the java Classpath permanently 
>     lineinfile:
>      path: ~/.bashrc
>      line: 'export CLASSPATH="/java":"/java":"${CLASSPATH}"' 
>
> Thanks 
> Soniya
>

-- 
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/01fed89f-3606-4fc6-9f4b-66c2708806ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to