add review-stats/build to sundries.stg

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2015-06-16 21:31:49 +00:00
commit 011afd7423
2 changed files with 4 additions and 2 deletions

View file

@ -52,7 +52,9 @@
- pager_server
- { role: openvpn/client,
when: env != "staging" }
- review-stats/build
- { role: review-stats/build
, when: env == "staging"
}
tasks:
- include: "{{ tasks }}/yumrepos.yml"

View file

@ -27,7 +27,7 @@
state: present
login_user: root
login_password: "{{ mariadb_root_password }}"
login_unix_socket: "/var/lib/mysql/mysql.sock"
login_host: "127.0.0.1"
delegate_to: "{{ inventory_hostname }}"
- name: create phabricator daemon user