forked from ansible-collections/community.vmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport1922 (ansible-collections#1928)
Backport1922 SUMMARY Use include_tasks instead of include in the integration tests. ISSUE TYPE Bugfix Pull Request COMPONENT NAME vmware_category vmware_host_auto_start vmware_object_rename vmware_tag vmware_tag_info vmware_tag_manager ADDITIONAL INFORMATION Backport ansible-collections#1922
- Loading branch information
Showing
7 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
# Copyright: (c) 2019, Abhijeet Kasurde <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
- include: dc_rename.yml | ||
- include_tasks: dc_rename.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
# Copyright: (c) 2019, Pavan Bidkar <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
- include: tag_crud_ops.yml | ||
- include: tag_manager_ops.yml | ||
- include: tag_manager_duplicate_tag_cat.yml | ||
- include_tasks: tag_crud_ops.yml | ||
- include_tasks: tag_manager_ops.yml | ||
- include_tasks: tag_manager_duplicate_tag_cat.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
# Copyright: (c) 2020, Abhijeet Kasurde <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
- include: tag_info.yml | ||
- include_tasks: tag_info.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
plugins/modules/vmware_deploy_ovf.py replace-urlopen!skip | ||
plugins/modules/vmware_deploy_ovf.py use-argspec-type-path!skip | ||
plugins/modules/vmware_host_acceptance.py validate-modules:parameter-state-invalid-choice | ||
scripts/inventory/vmware_inventory.py pep8!skip | ||
tests/unit/mock/loader.py pep8!skip |