Skip to content

Commit

Permalink
fix(zabbix-server): misaligned become in selinux (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jan 16, 2024
1 parent 93b1fc1 commit 15188b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/1165-indent-become.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- zabbix_server - proper indentaion of become in selinux.yaml
2 changes: 1 addition & 1 deletion roles/zabbix_server/tasks/selinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@
cmd: files/install_semodule.bsx
args:
creates: /etc/selinux/targeted/active/modules/400/zabbix_server_add/cil
become: true
become: true
tags:
- config

0 comments on commit 15188b1

Please sign in to comment.