>
> 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/cf67b141-d1d0-4ee1-bb9c-8ab8e35d238c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to