Merge "Stop setting a user to the symbolic link"

This commit is contained in:
Zuul 2018-06-29 00:41:16 +00:00 committed by Gerrit Code Review
commit 4e46b86002
3 changed files with 0 additions and 8 deletions

View File

@ -36,8 +36,6 @@
file:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
owner: "{{ item.owner|default(omit) }}"
group: "{{ item.group|default(omit) }}"
state: "link"
force: "yes"
with_items: "{{ log_dirs|default([]) }}"

View File

@ -27,8 +27,6 @@
log_dirs:
- src: "/openstack/log/{{ inventory_hostname }}-molteniron"
dest: "/var/log/molteniron"
owner: "syslog"
group: "syslog"
- include: common-tasks/unbound-clients.yml
static: no
when:

View File

@ -27,10 +27,6 @@
log_dirs:
- src: "/openstack/log/{{ inventory_hostname }}-swift"
dest: "/var/log/swift"
owner: "syslog"
# NOTE(hwoarang) The syslog user on openSUSE belongs to the 'users'
# group. There is no dedicated syslog group.
group: "{{ (ansible_pkg_mgr == 'zypper') | ternary ('users', 'syslog') }}"
- include: common-tasks/unbound-clients.yml
static: no
when: