ansible-community / awesome-ansible

Awesome Ansible List
Creative Commons Zero v1.0 Universal
1.35k stars 135 forks source link

Add blog post link for loops #70

Closed eXpire163 closed 2 years ago

KeyboardInterrupt commented 2 years ago

Hi, can you maybe point out in what way this Article is better than the official documentation on loops? https://docs.ansible.com/ansible/latest/user_guide/playbooks_loops.html

The Official documentation uses similar examples, whilst also focusing on the loop keyword, which is to be preferred over with_<keyword> in many cases. Also the article is from 2017, and does use the old style of using modules, which still works for core/builtin modules, but it's preferable for an awesome Ansible resource to use the best practice, which is using the FQCN (Fully Qualified Collection Name).

Thank you! ^C

eXpire163 commented 2 years ago

Hi @KeyboardInterrupt ,

thanks for your feedback. The article might not be state of the art but it really helped me and also our java developers to get their head around ansible.

Just thought i would like to share it with you. Feel free to close the pr if you think it doesn't bring additional value.

Have a nice day