ansible / lightbulb

Lightbulb has been deprecated and replaced by Ansible Workshops
https://ansible.github.io/workshops/
MIT License
479 stars 307 forks source link

Suggest using yum to install Ansible throughout all of the content. #278

Open tima opened 6 years ago

tima commented 6 years ago

Using pip is fine if you're only going to use Ansible engine on a box, however; this will conflict with any installation of Ansible Tower or AWX on the same server and should be avoided. We need to make that clear by suggesting yum and placing appropriate caveats to why they don't want to use pip.

tima commented 6 years ago

Relates to #85 and #151.