Skip to content

Commit

Permalink
Update ansible-core fixtures.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 15, 2025
1 parent f23a922 commit 55ba46f
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 11 deletions.
9 changes: 7 additions & 2 deletions tests/functional/ansible-doc-cache-all-others.json
Original file line number Diff line number Diff line change
Expand Up @@ -4154,9 +4154,10 @@
"name": "flatten",
"options": {
"_input": {
"description": "First dictionary to combine.",
"description": "List to flatten.",
"elements": "any",
"required": true,
"type": "dict"
"type": "list"
},
"levels": {
"description": "Number of recursive list depths to flatten.",
Expand Down Expand Up @@ -6662,6 +6663,10 @@
],
"filename": "/ansible/plugins/inventory/constructed.py",
"name": "constructed",
"notes": [
"Inventories are not finalized at this stage, so the auto populated C(all) and C(ungrouped) groups will only reflect what previous inventory sources explicitly added to them.",
"Runtime 'magic variables' are not available during inventory construction. For example, C(groups) and C(hostvars) do not exist yet."
],
"options": {
"compose": {
"default": {},
Expand Down
9 changes: 7 additions & 2 deletions tests/functional/ansible-doc-cache-all.json
Original file line number Diff line number Diff line change
Expand Up @@ -4154,9 +4154,10 @@
"name": "flatten",
"options": {
"_input": {
"description": "First dictionary to combine.",
"description": "List to flatten.",
"elements": "any",
"required": true,
"type": "dict"
"type": "list"
},
"levels": {
"description": "Number of recursive list depths to flatten.",
Expand Down Expand Up @@ -6662,6 +6663,10 @@
],
"filename": "/ansible/plugins/inventory/constructed.py",
"name": "constructed",
"notes": [
"Inventories are not finalized at this stage, so the auto populated C(all) and C(ungrouped) groups will only reflect what previous inventory sources explicitly added to them.",
"Runtime 'magic variables' are not available during inventory construction. For example, C(groups) and C(hostvars) do not exist yet."
],
"options": {
"compose": {
"default": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4154,9 +4154,10 @@
"name": "flatten",
"options": {
"_input": {
"description": "First dictionary to combine.",
"description": "List to flatten.",
"elements": "any",
"required": true,
"type": "dict"
"type": "list"
},
"levels": {
"description": "Number of recursive list depths to flatten.",
Expand Down Expand Up @@ -6662,6 +6663,10 @@
],
"filename": "/ansible/plugins/inventory/constructed.py",
"name": "constructed",
"notes": [
"Inventories are not finalized at this stage, so the auto populated C(all) and C(ungrouped) groups will only reflect what previous inventory sources explicitly added to them.",
"Runtime 'magic variables' are not available during inventory construction. For example, C(groups) and C(hostvars) do not exist yet."
],
"options": {
"compose": {
"default": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3911,9 +3911,10 @@
"name": "flatten",
"options": {
"_input": {
"description": "First dictionary to combine.",
"description": "List to flatten.",
"elements": "any",
"required": true,
"type": "dict"
"type": "list"
},
"levels": {
"description": "Number of recursive list depths to flatten.",
Expand Down Expand Up @@ -6388,6 +6389,10 @@
],
"filename": "/ansible/plugins/inventory/constructed.py",
"name": "constructed",
"notes": [
"Inventories are not finalized at this stage, so the auto populated C(all) and C(ungrouped) groups will only reflect what previous inventory sources explicitly added to them.",
"Runtime 'magic variables' are not available during inventory construction. For example, C(groups) and C(hostvars) do not exist yet."
],
"options": {
"compose": {
"default": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3639,9 +3639,10 @@
"name": "flatten",
"options": {
"_input": {
"description": "First dictionary to combine.",
"description": "List to flatten.",
"elements": "any",
"required": true,
"type": "dict"
"type": "list"
},
"levels": {
"description": "Number of recursive list depths to flatten.",
Expand Down Expand Up @@ -6022,6 +6023,10 @@
],
"filename": "/ansible/plugins/inventory/constructed.py",
"name": "constructed",
"notes": [
"Inventories are not finalized at this stage, so the auto populated C(all) and C(ungrouped) groups will only reflect what previous inventory sources explicitly added to them.",
"Runtime 'magic variables' are not available during inventory construction. For example, C(groups) and C(hostvars) do not exist yet."
],
"options": {
"compose": {
"default": {},
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/ansible-version.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible [core 2.19.0.dev0] (devel cae4f90b21) last updated 2024/12/20 23:36:16 (GMT +200)
ansible [core 2.19.0.dev0] (devel 35a712588e) last updated 2025/01/15 21:46:38 (GMT +200)
config file = None
configured module search path = ['<<<<<HOME>>>>>/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = <<<<<ANSIBLE>>>>>
Expand Down

0 comments on commit 55ba46f

Please sign in to comment.