diff options
Diffstat (limited to 'roles/current/tasks/selabels.yml')
-rw-r--r-- | roles/current/tasks/selabels.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/current/tasks/selabels.yml b/roles/current/tasks/selabels.yml new file mode 100644 index 0000000..db79a1c --- /dev/null +++ b/roles/current/tasks/selabels.yml @@ -0,0 +1,7 @@ +- name: Set SE Labels on folders + include_tasks: selabel.yml + with_items: + - /mnt/hostraid/katrin + - /mnt/hostraid/katrin/workspace + loop_control: + loop_var: hostpath |