Hi All
I need to update and reload .bashrc using ansible to run my django management commands. I can update the .bashrc file using blockinfile, but we are not able to reload .bashrc. Tried some solution found online to reload .bashrc using shell, but hose solutions are not working.
let me know, if you got any workaround.