mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
Add New Module file_remove (#11032)
* Add New Module file_remove
* Add fixes from code review
* Change file_type documentation
* Remove python to_native from the module
* Remove redundant block/always cleanup
* Update plugins/modules/file_remove.py
* Update plugins/modules/file_remove.py
* Update plugins/modules/file_remove.py
* Update plugins/modules/file_remove.py
* Update plugins/modules/file_remove.py
* Update plugins/modules/file_remove.py
* Update plugins/modules/file_remove.py
* Update plugins/modules/file_remove.py
* Add more nox fixes to latest review
* Update plugins/modules/file_remove.py
LGTM
* Update tests/integration/targets/file_remove/tasks/main.yml
Right, that's better.
* Fix EXAMPLES regex pattern
* Add warning when listed file was removed by other process during
playbook execution
* remove raise exception from find_matching_files;
* Update plugins/modules/file_remove.py
* Update plugins/modules/file_remove.py
---------
(cherry picked from commit af99cc7deb)
Co-authored-by: Shahar Golshani <sgolshan@redhat.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
5 lines
204 B
Text
5 lines
204 B
Text
# Copyright (c) Ansible Project
|
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
azp/posix/3
|