From 571f878817c3c98b4f204e3ae05262639eda74ae Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Sat, 16 Dec 2017 00:17:34 +0100 Subject: [PATCH] file: Mention that src supports state=hard (#31697) --- lib/ansible/modules/files/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/file.py b/lib/ansible/modules/files/file.py index 2b557c94470..be280453fd2 100644 --- a/lib/ansible/modules/files/file.py +++ b/lib/ansible/modules/files/file.py @@ -53,7 +53,7 @@ options: choices: [ absent, directory, file, hard, link, touch ] src: description: - - path of the file to link to (applies only to C(state=link)). Will accept absolute, + - path of the file to link to (applies only to C(state=link) and C(state=hard)). Will accept absolute, relative and nonexisting paths. Relative paths are not expanded. recurse: description: