Make this more specific

This commit is contained in:
Kevin Fenzi 2013-09-12 23:05:40 +00:00
parent d7ffa40a2d
commit 29be86c326

View file

@ -6,7 +6,7 @@
# create a koji db user to own the db with the kojidatabasepassword from private
#
- name: koji db user
postgresql_user: name=koji password=$kojidatabasepassword
postgresql_user: name=koji password=$aarch64kojidatabasepassword
tags:
- db
only_if: '$is_kojidb'