mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Windows: Add backup parameter to modules (#50033)
* Windows: Add backup parameter to modules This PR adds a backup infrastructure for modules. * Fixes based on review feedback * Various fixes to check-mode and backup * Add integration tests * Fix win_xml integration test * Add backup support to copy action plugin * Added integration tests * Improve test efficiencies and other minor impv
This commit is contained in:
committed by
Jordan Borean
parent
76b5a9fb52
commit
3d1dd0e599
@@ -163,3 +163,13 @@
|
||||
that:
|
||||
- not add_type_test is failed
|
||||
- add_type_test.res == 'success'
|
||||
|
||||
- name: call module with BackupFile tests
|
||||
backup_file_test:
|
||||
register: backup_file_test
|
||||
|
||||
- name: assert call module with BackupFile tests
|
||||
assert:
|
||||
that:
|
||||
- not backup_file_test is failed
|
||||
- backup_file_test.res == 'success'
|
||||
|
||||
Reference in New Issue
Block a user