ansible / lightbulb

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

fix exercise 3 sample yaml #291

Closed mk2 closed 6 years ago

mk2 commented 6 years ago

I have faced some invalid sample yaml codes in exercise 3. So, fixed them.

  1. apache_webserver_port is missing. (but used in the template)
  2. {% raw %} is not needed.

When I have learned ansible by the lightbulb at Redhat JP (Ansible MokuMoku Kai #1), found them. Thanks Redhat JP Experts.

tima commented 6 years ago

@mk2 I agree with @liquidat -- we need those raw tags for (eventually) publishing to Github Pages which we hope to do soon. Please revert those changes in your PR so we can merge the other changes.

mk2 commented 6 years ago

@tima Thanks reviewing. I have reverted the raw/endraw deletion, and committed.

tima commented 6 years ago

Thanks for your help @mk2.