some cleanups on ansiblemagazine

This commit is contained in:
Kevin Fenzi 2017-09-15 19:29:25 +00:00
parent f403c4887e
commit 690e1c9f21

View file

@ -1,5 +1,5 @@
- name: check/create instance
hosts: magazine2.fedorainfracloud.org
hosts: ansiblemagazine.fedorainfracloud.org
gather_facts: False
vars_files:
@ -61,7 +61,7 @@
post_tasks:
- name: create databaseuser
mysql_user: name=magazine
mysql_user: name=ansiblemagazine
host=localhost
state=present
password="{{ ansiblemagazine_db_password }}"