trying a different way of making sure user is created on the correct host

This commit is contained in:
Tim Flink 2015-06-16 18:45:09 +00:00
parent e5d6e39a98
commit 324e373e46

View file

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