trying to delegate and set host for mysql user creation

This commit is contained in:
Tim Flink 2015-06-16 19:47:55 +00:00
parent cdcbfc453a
commit 555c34f8c7

View file

@ -28,6 +28,7 @@
login_user: root
login_password: "{{ mariadb_root_password }}"
login_host: "{{ inventory_hostname }}"
delegate_to: "{{ inventory_hostname }}"
- name: create phabricator daemon user
user: name={{ phabricator_daemon_user }}