ansible-personal/roles
Alan Orth 434fe59a63
roles/php-fpm: Use blocks to tag children of dynamic tasks
When using dynamic includes, child tasks do not inherit tags from their
parents. You must tag the parent and each child task separately, or use
a block to group children and then apply a tag to a block.

See: https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.5.html
2018-04-29 16:04:03 +03:00
..
common roles/common: Use blocks to tag children of dynamic tasks 2018-04-26 16:58:35 +03:00
mariadb Fix a few more Jinja2 filters used as tests 2018-04-05 12:17:26 +03:00
munin roles/munin: Don't use loop when installing one package 2018-04-02 15:51:29 +03:00
nginx roles/nginx: Use set_fact to set certbot dependencies 2018-04-26 19:48:05 +03:00
php-fpm roles/php-fpm: Use blocks to tag children of dynamic tasks 2018-04-29 16:04:03 +03:00