From a160dac6894f1b61b448c0ba7c386439a1310e27 Mon Sep 17 00:00:00 2001 From: Paulo Bittencourt Date: Sat, 7 Dec 2013 02:06:35 +0000 Subject: [PATCH] files/file: add support for symbolic permission modes --- files/file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/file b/files/file index 134b5284efd..b35e401e5fb 100644 --- a/files/file +++ b/files/file @@ -63,7 +63,7 @@ options: default: null choices: [] description: - - mode the file or directory should be, such as 0644 as would be fed to I(chmod) + - mode the file or directory should be, such as 0644 or o=rwx,g=rwx,o=rx as would be fed to I(chmod) owner: required: false default: null