- onlyif: /bin/false | - onlyif: /bin/false | ||||
{%- endif %} | {%- endif %} | ||||
{%- for user in database.users %} | |||||
{%- for user in database.get('users', {}) %} | |||||
mysql_user_{{ user.name }}_{{ database_name }}_{{ user.host }}: | mysql_user_{{ user.name }}_{{ database_name }}_{{ user.host }}: | ||||
mysql_user.present: | mysql_user.present: | ||||
- host: '{{ user.host }}' | - host: '{{ user.host }}' |