Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
230077fd
Commit
230077fd
authored
Aug 20, 2013
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing docs in xattr module
parent
e3adfbf5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
library/files/xattr
+7
-7
No files found.
library/files/xattr
View file @
230077fd
...
...
@@ -21,7 +21,7 @@ version_added: "1.3"
short_description: set/retrieve extended attributes
description:
- Manages filesystem user defined extended attributes, requires that they are enabled
on the target filesystem and that the setfattr/getfattr utilities are present.
on the target filesystem and that the setfattr/getfattr utilities are present.
options:
name:
required: true
...
...
@@ -45,18 +45,18 @@ options:
choices: [ 'read', 'present', 'all', 'keys', 'absent' ]
description:
- defines which state you want to do.
c(read) retrieves the current value for a c(key) (default)
c(present) sets c(name) to c(value), default if value is set
c(all) dumps all data
c(keys) retrieves all keys
c(absent) deletes the key
c(read) retrieves the current value for a c(key) (default)
c(present) sets c(name) to c(value), default if value is set
c(all) dumps all data
c(keys) retrieves all keys
c(absent) deletes the key
follow:
required: false
default: yes
choices: [ 'yes', 'no' ]
description:
- if yes, dereferences symlinks and sets/gets attributes on symlink target,
otherwise acts on symlink itself.
otherwise acts on symlink itself.
author: Brian Coca
'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment