geerlingguy / ansible-role-php

Ansible Role - PHP
https://galaxy.ansible.com/geerlingguy/php/
MIT License
496 stars 442 forks source link

replace with_flattened with loop and flatten filter #391

Closed gk-codes closed 1 year ago

gk-codes commented 1 year ago

with_flattened is replaced by loop and the flatten filter.

https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_loops.html#with-flattened

gk-codes commented 1 year ago

Bugs in suggested code.