Skip to content

Commit

Permalink
Remove sefcontext support plugin
Browse files Browse the repository at this point in the history
It was only used by the subversion test, but is no longer required.
  • Loading branch information
mattclay committed Nov 8, 2023
1 parent 0e6942a commit fd009a0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 322 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
path: '{{ subversion_server_dir }}'
state: directory

- name: setup selinux when enabled
include_tasks: setup_selinux.yml
when: ansible_selinux.status == "enabled"

- name: template out configuration file
template:
src: subversion.conf.j2
Expand Down

This file was deleted.

307 changes: 0 additions & 307 deletions test/support/integration/plugins/modules/sefcontext.py

This file was deleted.

0 comments on commit fd009a0

Please sign in to comment.