mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
update doc
This commit is contained in:
committed by
Matt Clay
parent
37a24cc1b1
commit
abcae97422
@@ -81,6 +81,7 @@ EXAMPLES = '''
|
|||||||
# PS C:\Users\Administrator> Import-Module ServerManager; Get-WindowsFeature
|
# PS C:\Users\Administrator> Import-Module ServerManager; Get-WindowsFeature
|
||||||
$ ansible -i hosts -m win_feature -a "name=Web-Server" all
|
$ ansible -i hosts -m win_feature -a "name=Web-Server" all
|
||||||
$ ansible -i hosts -m win_feature -a "name=Web-Server,Web-Common-Http" all
|
$ ansible -i hosts -m win_feature -a "name=Web-Server,Web-Common-Http" all
|
||||||
|
ansible -m "win_feature" -a "name=NET-Framework-Core source=C:/Temp/iso/sources/sxs" windows
|
||||||
|
|
||||||
|
|
||||||
# Playbook example
|
# Playbook example
|
||||||
|
|||||||
Reference in New Issue
Block a user