Skip to content

Commit

Permalink
Update tasks/main.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Megginson <[email protected]>
  • Loading branch information
berndfinger and richm committed Dec 8, 2023
1 parent 389a55e commit b068202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
include_tasks: selinux_load_module.yml
vars:
mod_name: "{{ __selinux_item.name |
default(__selinux_item.path | default('') | basename | splitext | first) }}"
default(__selinux_item.path | default('') | basename | splitext |
first) }}"
state: "{{ __selinux_item.state | default('enabled') }}"
priority: "{{ __selinux_item.priority | default('400') }}"
# yamllint disable rule:line-length
Expand Down

0 comments on commit b068202

Please sign in to comment.