Merge "Work around permissions issue downloading hatop"

This commit is contained in:
Zuul 2018-07-10 22:27:06 +00:00 committed by Gerrit Code Review
commit ee65c9f381

View File

@ -15,7 +15,14 @@
- name: Install haproxy
hosts: localhost
remote_user: root
# We explicitly do not use 'remote_user: root' here because the
# role totally fails when we do due to the delegation of the
# hatop package download into /opt/cache/files due to that path
# not being writable.
# TODO(odyssey4me):
# Figure out whether this issue happens for normal (non localhost)
# delegation, and how to resolve the issue.
become: True
any_errors_fatal: true
roles:
- role: "haproxy_server"