summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2021-09-08 11:55:07 -0700
committerMatt Clay <matt@mystile.com>2021-09-08 17:14:24 -0700
commita1563c5de190f6a8b729cf5df95139d6fcfcd144 (patch)
tree8aaba47e9dbfa91c82857c8f2d3a4f5edfb6a904
parent51d4965a284331d18e0af70f58d9039dc29725fe (diff)
downloadansible-a1563c5de190f6a8b729cf5df95139d6fcfcd144.tar.gz
Fix win_chocolatey_facts test.
ci_complete
-rw-r--r--test/integration/targets/win_chocolatey_facts/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/win_chocolatey_facts/tasks/main.yml b/test/integration/targets/win_chocolatey_facts/tasks/main.yml
index 8f2b458034..2203f2be88 100644
--- a/test/integration/targets/win_chocolatey_facts/tasks/main.yml
+++ b/test/integration/targets/win_chocolatey_facts/tasks/main.yml
@@ -56,7 +56,7 @@
- ansible_chocolatey.sources[0].disabled == False
- ansible_chocolatey.sources[0].name == 'chocolatey'
- ansible_chocolatey.sources[0].priority == 0
- - ansible_chocolatey.sources[0].source == 'https://chocolatey.org/api/v2/'
+ - ansible_chocolatey.sources[0].source == 'https://community.chocolatey.org/api/v2/'
- ansible_chocolatey.sources[0].source_username == None
- ansible_chocolatey.sources[1].admin_only == True
- ansible_chocolatey.sources[1].allow_self_service == True