summaryrefslogtreecommitdiff
path: root/windows/win_file.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-061-0/+4
|
* Examples syntax batch7 (#5624)Sam Doran2016-11-221-12/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change example syntax on nxos_feature module * Change example syntax on nxos_hsrp module * Change example syntax on nxos_igmp module * Change example syntax on nxos_interface module * Change example syntax on nxos_interface_ospf module * Change example syntax on nxos_ip_interface module * Change example syntax on nxos_ping module * Change example syntax on nxos_switchport module * Change example syntax on nxos_vlan module * Change example syntax on nxos_vrf module * Change example syntax on nxos_vrf_interface module * Change example syntax on nxos_vrrp module * Change example syntax on meta module * Change example syntax on set_fact module * Change example syntax on win_copy module * Change example syntax on win_file module * Change example syntax on win_get_url module Remove escaping of \ characeter in Windows paths since it's no longer required for single quoted or unquoted values when using multi-line YAML syntax. * Change example syntax on win_lineinfile module * Change example syntax on win_msi module * Change example syntax on win_stat module * Remove nxos_bgp example from nxos_igmp module * Mark examples as regexp to avoid syntax error * Cleanup win_copy.py examples * Cleanup win_file.py examples * Remove quotes in win_get_url.py examples * Cleanup quotes and languare in win_lineinfile.py * Cleanup examples in win_group.py * Cleanup examples in win_service.py * Don't use : in documentation because it breaks the YAML syntax check * Cleanup win_copy.py examples * Cleanup win_copy.py examples * Minor change to fix test failure * Use single quotes
* updated win_file version_addedBrian Coca2015-08-101-1/+1
| | | | fixes #1893
* Merge pull request #1504 from jhawkesworth/fix_win_file_doc_errorBrian Coca2015-06-111-1/+0
|\ | | | | documentation: remove include of files options only relevant to unix from win_file.py
| * remove include of files options only relevant to unix from win_file.py ↵Jon Hawkesworth2015-06-111-1/+0
| | | | | | | | documentation
* | Fix win_copy problems described here: ↵Jon Hawkesworth2015-06-101-2/+2
|/ | | | | | https://github.com/ansible/ansible-modules-core/issues/1404 and update documentation.
* Re-reverting windows modules PR #384James Cammarata2015-05-221-0/+73
|
* Revert "Merge pull request #384 from ↵Brian Coca2014-12-171-73/+0
| | | | | | | | | jhawkesworth/win_copy_file_template_ansible_modules_core_1" I missed some discussion in devel, these need more work before inclusion This reverts commit 58bfebb0477adda2a676381850038e0abf8c8f00, reversing changes made to 27dee77ca0449bdb338b2db89e044d1d9b553b4a.
* Adding first pass at win_copy, win_file and win_template modules (include ↵Jon Hawkesworth2014-12-111-0/+73
new files).