File tree Expand file tree Collapse file tree 2 files changed +19
-14
lines changed
tests/integration/targets/vmware_rest_appliance/tasks Expand file tree Collapse file tree 2 files changed +19
-14
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ trivial :
3
+ - remove broken user info test due to permission changes in the test lab
Original file line number Diff line number Diff line change 54
54
- not(idempotency_result.changed)
55
55
fail_msg : " Idempotency check failed. The global policy update triggered changes unnecessarily."
56
56
57
- - name : Retrieve and validate the list of local accounts
58
- vmware.vmware_rest.appliance_localaccounts_info :
59
- register : local_accounts
60
-
61
- - name : Assert that local accounts are retrieved successfully
62
- ansible.builtin.assert :
63
- that :
64
- - local_accounts is defined
65
- - local_accounts.value is not none
66
- fail_msg : " Failed to retrieve the list of local accounts."
67
-
68
- - name : Display the list of local accounts
69
- ansible.builtin.debug :
70
- var : local_accounts
57
+ # the permissions in the test lab have changed and these modules are no longer allowed.
58
+ # Commenting them out until we can fix the permissions issue.
59
+ # - name: Retrieve and validate the list of local accounts
60
+ # vmware.vmware_rest.appliance_localaccounts_info:
61
+ # register: local_accounts
62
+
63
+ # - name: Assert that local accounts are retrieved successfully
64
+ # ansible.builtin.assert:
65
+ # that:
66
+ # - local_accounts is defined
67
+ # - local_accounts.value is not none
68
+ # fail_msg: "Failed to retrieve the list of local accounts."
69
+
70
+ # - name: Display the list of local accounts
71
+ # ansible.builtin.debug:
72
+ # var: local_accounts
71
73
72
74
always :
73
75
- name : Restore warn_days to default value - 5
You can’t perform that action at this time.
0 commit comments