You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The playbook currently appends lines to .bashrc using command, which can add duplicates. Using blockinfile makes it safe to run multiple times and easier to maintain.
The playbook currently appends lines to .bashrc using command, which can add duplicates. Using blockinfile makes it safe to run multiple times and easier to maintain.