Skip to content

Commit d893691

Browse files
timcragglhercot
authored andcommitted
fix: Minor fixes
1 parent 2ec7c94 commit d893691

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugins/modules/aci_management_network_instance_profile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

4+
# Copyright: (c) 2025, Tim Cragg (@timcragg) <[email protected]>
45
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)
56

67
from __future__ import absolute_import, division, print_function

tests/integration/targets/aci_management_network_instance_profile/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
- query_profile.proposed == {}
160160
- query_all_profiles is not changed
161161
- query_all_profiles.proposed == {}
162-
- query_all_profiles.current | length == 2
162+
- query_all_profiles.current | length >= 2
163163

164164
# CLEAR SUBNET LIST
165165
- name: Clear subnets list

0 commit comments

Comments
 (0)