Note
This plugin is part of the ansible.windows collection.
To install it use: ansible-galaxy collection install ansible.windows.
To use it in a playbook, specify: ansible.windows.win_owner.
| Parameter | Choices/Defaults | Comments |
|---|---|---|
| path path / required | Path to be used for changing owner. | |
| recurse boolean |
| Indicates if the owner should be changed recursively. |
| user string / required | Name to be used for changing owner. |
See also
The official documentation on the ansible.windows.win_acl module.
The official documentation on the ansible.windows.win_file module.
The official documentation on the ansible.windows.win_stat module.
- name: Change owner of path
ansible.windows.win_owner:
path: C:\apache
user: apache
recurse: yes
- name: Set the owner of root directory
ansible.windows.win_owner:
path: C:\apache
user: SYSTEM
recurse: no
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.10/collections/ansible/windows/win_owner_module.html