diff options
Diffstat (limited to 'test/integration/targets/file/tasks/selinux_tests.yml')
-rw-r--r-- | test/integration/targets/file/tasks/selinux_tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/file/tasks/selinux_tests.yml b/test/integration/targets/file/tasks/selinux_tests.yml index b0f6e17de2..5589ca5dac 100644 --- a/test/integration/targets/file/tasks/selinux_tests.yml +++ b/test/integration/targets/file/tasks/selinux_tests.yml @@ -27,4 +27,4 @@ - "file_se_result.secontext == 'unconfined_u:object_r:admin_home_t:s0'" - name: remove the file used for testing - file: path={{output_dir}}/foo-se.txt state=absent
\ No newline at end of file + file: path={{output_dir}}/foo-se.txt state=absent |