From 19d78d6e18699cc3bf57a8137689e42541d0df83 Mon Sep 17 00:00:00 2001 From: Michael DeHaan <michael@ansibleworks.com> Date: Sun, 21 Jul 2013 11:52:22 -0400 Subject: [PATCH] Remove reference to 'context' since it's not implemented. --- library/files/file | 7 ------- 1 file changed, 7 deletions(-) diff --git a/library/files/file b/library/files/file index 960e652fa75..cf066219796 100644 --- a/library/files/file +++ b/library/files/file @@ -106,13 +106,6 @@ options: - level part of the SELinux file context. This is the MLS/MCS attribute, sometimes known as the C(range). C(_default) feature works as for I(seuser). - context: - required: false - default: null - choices: [ "default" ] - description: - - accepts only C(default) as value. This will restore a file's SELinux context - in the policy. Does nothing if no default value is available. recurse: required: false default: "no"