win_owner – Set owner

New in version 2.1.

Synopsis

  • Set owner of files or directories

Parameters

Parameter Choices/Defaults Comments
path
path / required
Path to be used for changing owner
recurse
boolean
    Choices:
  • no ←
  • yes
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

Red Hat Support

More information about Red Hat’s support of this module is available from this Red Hat Knowledge Base article.

Authors

  • Hans-Joachim Kliemeck (@h0nIg)

Hint

If you notice any issues in this documentation you can edit this document to improve it.