RedHatNordicsSA / ansible-roadshow

One day hands on lab with Ansible and Ansible Tower
GNU General Public License v3.0
85 stars 101 forks source link

Update README.md #230

Closed idarlund closed 6 years ago

idarlund commented 6 years ago

this command will use the data on the hosts file and check them both. the " && echo ''" is needed because the app does not send a newline. so to make it pretty, we need to do that echo. this should instead be fixed in the .jar file ;)

mglantz commented 6 years ago

Hehe, I much approve of your improvement, but in this case, I'm afraid that scripting this will cause this exercise to become a bit of black magic for people who are not used to scripting. Doing it manually makes it more easy for people to understand what they are doing. Makes sense?

idarlund commented 6 years ago

Makes sense :)