On this page
win_owner - Set owner
New in version 2.1.
Synopsis
- Set owner of files or directories
Parameters
Parameter | Choices/Defaults | Comments |
---|---|---|
path
required
|
Path to be used for changing owner
|
|
recurse
bool
|
|
Indicates if the owner should be changed recursively
|
user
required
|
Name to be used for changing owner
|
Examples
- name: Change owner of Path
win_owner:
path: C:\apache
user: apache
recurse: yes
- name: Set the owner of root directory
win_owner:
path: C:\apache
user: SYSTEM
recurse: no
Status
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Maintenance
This module is flagged as core which means that it is maintained by the Ansible Core Team. See Module Maintenance & Support for more info.
For a list of other modules that are also maintained by the Ansible Core Team, see here.
Support
For more information about Red Hat’s support of this module, please refer to this Knowledge Base article
Author
- Hans-Joachim Kliemeck (@h0nIg)
Hint
If you notice any issues in this documentation you can edit this document to improve it.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.6/modules/win_owner_module.html