Skip to content

Commit

Permalink
Update baseline fixtures from ansible-core.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 30, 2024
1 parent 0250aaa commit 28e35b4
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 21 deletions.
28 changes: 24 additions & 4 deletions tests/functional/ansible-doc-cache-all-others.json
Original file line number Diff line number Diff line change
Expand Up @@ -9500,7 +9500,7 @@
"When used with a C(loop:) each package will be processed individually, it is much more efficient to pass the list directly to the O(name) option.",
"When O(default_release) is used, an implicit priority of 990 is used. This is the same behavior as C(apt-get -t).",
"When an exact version is specified, an implicit priority of 1001 is used.",
"If the interpreter can't import C(python-apt)/C(python3-apt) the module will check for it in system-owned interpreters as well. If the dependency can't be found, the module will attempt to install it. If the dependency is found or installed, the module will be respawned under the correct interpreter."
"If the interpreter can't import C(python3-apt) the module will check for it in system-owned interpreters as well. If the dependency can't be found, depending on the value of O(auto_install_module_deps) the module will attempt to install it. If the dependency is found or installed, the module will be respawned under the correct interpreter."
],
"options": {
"allow_change_held_packages": {
Expand Down Expand Up @@ -9543,6 +9543,15 @@
"version_added": "2.1",
"version_added_collection": "ansible.builtin"
},
"auto_install_module_deps": {
"default": true,
"description": [
"Automatically install dependencies required to run this module."
],
"type": "bool",
"version_added": 2.19,
"version_added_collection": "ansible.builtin"
},
"autoclean": {
"default": "no",
"description": [
Expand Down Expand Up @@ -9763,8 +9772,7 @@
},
"plugin_name": "ansible.builtin.apt",
"requirements": [
"python-apt (python 2)",
"python3-apt (python 3)",
"python3-apt",
"aptitude (before 2.4)"
],
"short_description": "Manages apt-packages",
Expand Down Expand Up @@ -12494,6 +12502,9 @@
"filename": "/ansible/modules/dnf5.py",
"has_action": false,
"module": "dnf5",
"notes": [
"If the interpreter can't import C(python3-libdnf5) the module will check for it in system-owned interpreters as well. If the dependency can't be found, depending on the value of O(auto_install_module_deps) the module will attempt to install it. If the dependency is found or installed, the module will be respawned under the correct interpreter."
],
"options": {
"allow_downgrade": {
"default": "no",
Expand All @@ -12510,6 +12521,15 @@
"required": false,
"type": "bool"
},
"auto_install_module_deps": {
"default": true,
"description": [
"Automatically install dependencies required to run this module."
],
"type": "bool",
"version_added": 2.19,
"version_added_collection": "ansible.builtin"
},
"autoremove": {
"default": "no",
"description": [
Expand Down Expand Up @@ -17352,7 +17372,7 @@
"pkg_info": "OpenBSD package manager",
"pkgng": "Alias to pkg",
"portage": "Handles ebuild packages, it requires the C(qlist) utility, which is part of 'app-portage/portage-utils'",
"rpm": "For RPM based distros, requires RPM Python bindings, not installed by default on Suse (python3-rpm)",
"rpm": "For RPM based distros, requires RPM Python bindings, not installed by default on Suse or Fedora 41+ (python3-rpm)",
"yum": "Alias to rpm",
"zypper": "Alias to rpm"
},
Expand Down
28 changes: 24 additions & 4 deletions tests/functional/ansible-doc-cache-all.json
Original file line number Diff line number Diff line change
Expand Up @@ -9465,7 +9465,7 @@
"When used with a C(loop:) each package will be processed individually, it is much more efficient to pass the list directly to the O(name) option.",
"When O(default_release) is used, an implicit priority of 990 is used. This is the same behavior as C(apt-get -t).",
"When an exact version is specified, an implicit priority of 1001 is used.",
"If the interpreter can't import C(python-apt)/C(python3-apt) the module will check for it in system-owned interpreters as well. If the dependency can't be found, the module will attempt to install it. If the dependency is found or installed, the module will be respawned under the correct interpreter."
"If the interpreter can't import C(python3-apt) the module will check for it in system-owned interpreters as well. If the dependency can't be found, depending on the value of O(auto_install_module_deps) the module will attempt to install it. If the dependency is found or installed, the module will be respawned under the correct interpreter."
],
"options": {
"allow_change_held_packages": {
Expand Down Expand Up @@ -9508,6 +9508,15 @@
"version_added": "2.1",
"version_added_collection": "ansible.builtin"
},
"auto_install_module_deps": {
"default": true,
"description": [
"Automatically install dependencies required to run this module."
],
"type": "bool",
"version_added": 2.19,
"version_added_collection": "ansible.builtin"
},
"autoclean": {
"default": "no",
"description": [
Expand Down Expand Up @@ -9728,8 +9737,7 @@
},
"plugin_name": "ansible.builtin.apt",
"requirements": [
"python-apt (python 2)",
"python3-apt (python 3)",
"python3-apt",
"aptitude (before 2.4)"
],
"short_description": "Manages apt-packages",
Expand Down Expand Up @@ -12459,6 +12467,9 @@
"filename": "/ansible/modules/dnf5.py",
"has_action": false,
"module": "dnf5",
"notes": [
"If the interpreter can't import C(python3-libdnf5) the module will check for it in system-owned interpreters as well. If the dependency can't be found, depending on the value of O(auto_install_module_deps) the module will attempt to install it. If the dependency is found or installed, the module will be respawned under the correct interpreter."
],
"options": {
"allow_downgrade": {
"default": "no",
Expand All @@ -12475,6 +12486,15 @@
"required": false,
"type": "bool"
},
"auto_install_module_deps": {
"default": true,
"description": [
"Automatically install dependencies required to run this module."
],
"type": "bool",
"version_added": 2.19,
"version_added_collection": "ansible.builtin"
},
"autoremove": {
"default": "no",
"description": [
Expand Down Expand Up @@ -17317,7 +17337,7 @@
"pkg_info": "OpenBSD package manager",
"pkgng": "Alias to pkg",
"portage": "Handles ebuild packages, it requires the C(qlist) utility, which is part of 'app-portage/portage-utils'",
"rpm": "For RPM based distros, requires RPM Python bindings, not installed by default on Suse (python3-rpm)",
"rpm": "For RPM based distros, requires RPM Python bindings, not installed by default on Suse or Fedora 41+ (python3-rpm)",
"yum": "Alias to rpm",
"zypper": "Alias to rpm"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9465,7 +9465,7 @@
"When used with a C(loop:) each package will be processed individually, it is much more efficient to pass the list directly to the O(name) option.",
"When O(default_release) is used, an implicit priority of 990 is used. This is the same behavior as C(apt-get -t).",
"When an exact version is specified, an implicit priority of 1001 is used.",
"If the interpreter can't import C(python-apt)/C(python3-apt) the module will check for it in system-owned interpreters as well. If the dependency can't be found, the module will attempt to install it. If the dependency is found or installed, the module will be respawned under the correct interpreter."
"If the interpreter can't import C(python3-apt) the module will check for it in system-owned interpreters as well. If the dependency can't be found, depending on the value of O(auto_install_module_deps) the module will attempt to install it. If the dependency is found or installed, the module will be respawned under the correct interpreter."
],
"options": {
"allow_change_held_packages": {
Expand Down Expand Up @@ -9508,6 +9508,15 @@
"version_added": "2.1",
"version_added_collection": "ansible.builtin"
},
"auto_install_module_deps": {
"default": true,
"description": [
"Automatically install dependencies required to run this module."
],
"type": "bool",
"version_added": 2.19,
"version_added_collection": "ansible.builtin"
},
"autoclean": {
"default": "no",
"description": [
Expand Down Expand Up @@ -9728,8 +9737,7 @@
},
"plugin_name": "ansible.builtin.apt",
"requirements": [
"python-apt (python 2)",
"python3-apt (python 3)",
"python3-apt",
"aptitude (before 2.4)"
],
"short_description": "Manages apt-packages",
Expand Down Expand Up @@ -12459,6 +12467,9 @@
"filename": "/ansible/modules/dnf5.py",
"has_action": false,
"module": "dnf5",
"notes": [
"If the interpreter can't import C(python3-libdnf5) the module will check for it in system-owned interpreters as well. If the dependency can't be found, depending on the value of O(auto_install_module_deps) the module will attempt to install it. If the dependency is found or installed, the module will be respawned under the correct interpreter."
],
"options": {
"allow_downgrade": {
"default": "no",
Expand All @@ -12475,6 +12486,15 @@
"required": false,
"type": "bool"
},
"auto_install_module_deps": {
"default": true,
"description": [
"Automatically install dependencies required to run this module."
],
"type": "bool",
"version_added": 2.19,
"version_added_collection": "ansible.builtin"
},
"autoremove": {
"default": "no",
"description": [
Expand Down Expand Up @@ -17317,7 +17337,7 @@
"pkg_info": "OpenBSD package manager",
"pkgng": "Alias to pkg",
"portage": "Handles ebuild packages, it requires the C(qlist) utility, which is part of 'app-portage/portage-utils'",
"rpm": "For RPM based distros, requires RPM Python bindings, not installed by default on Suse (python3-rpm)",
"rpm": "For RPM based distros, requires RPM Python bindings, not installed by default on Suse or Fedora 41+ (python3-rpm)",
"yum": "Alias to rpm",
"zypper": "Alias to rpm"
},
Expand Down
28 changes: 24 additions & 4 deletions tests/functional/ansible-doc-cache-ansible.builtin-ns2.col.json
Original file line number Diff line number Diff line change
Expand Up @@ -9128,7 +9128,7 @@
"When used with a C(loop:) each package will be processed individually, it is much more efficient to pass the list directly to the O(name) option.",
"When O(default_release) is used, an implicit priority of 990 is used. This is the same behavior as C(apt-get -t).",
"When an exact version is specified, an implicit priority of 1001 is used.",
"If the interpreter can't import C(python-apt)/C(python3-apt) the module will check for it in system-owned interpreters as well. If the dependency can't be found, the module will attempt to install it. If the dependency is found or installed, the module will be respawned under the correct interpreter."
"If the interpreter can't import C(python3-apt) the module will check for it in system-owned interpreters as well. If the dependency can't be found, depending on the value of O(auto_install_module_deps) the module will attempt to install it. If the dependency is found or installed, the module will be respawned under the correct interpreter."
],
"options": {
"allow_change_held_packages": {
Expand Down Expand Up @@ -9171,6 +9171,15 @@
"version_added": "2.1",
"version_added_collection": "ansible.builtin"
},
"auto_install_module_deps": {
"default": true,
"description": [
"Automatically install dependencies required to run this module."
],
"type": "bool",
"version_added": 2.19,
"version_added_collection": "ansible.builtin"
},
"autoclean": {
"default": "no",
"description": [
Expand Down Expand Up @@ -9391,8 +9400,7 @@
},
"plugin_name": "ansible.builtin.apt",
"requirements": [
"python-apt (python 2)",
"python3-apt (python 3)",
"python3-apt",
"aptitude (before 2.4)"
],
"short_description": "Manages apt-packages",
Expand Down Expand Up @@ -12122,6 +12130,9 @@
"filename": "/ansible/modules/dnf5.py",
"has_action": false,
"module": "dnf5",
"notes": [
"If the interpreter can't import C(python3-libdnf5) the module will check for it in system-owned interpreters as well. If the dependency can't be found, depending on the value of O(auto_install_module_deps) the module will attempt to install it. If the dependency is found or installed, the module will be respawned under the correct interpreter."
],
"options": {
"allow_downgrade": {
"default": "no",
Expand All @@ -12138,6 +12149,15 @@
"required": false,
"type": "bool"
},
"auto_install_module_deps": {
"default": true,
"description": [
"Automatically install dependencies required to run this module."
],
"type": "bool",
"version_added": 2.19,
"version_added_collection": "ansible.builtin"
},
"autoremove": {
"default": "no",
"description": [
Expand Down Expand Up @@ -16980,7 +17000,7 @@
"pkg_info": "OpenBSD package manager",
"pkgng": "Alias to pkg",
"portage": "Handles ebuild packages, it requires the C(qlist) utility, which is part of 'app-portage/portage-utils'",
"rpm": "For RPM based distros, requires RPM Python bindings, not installed by default on Suse (python3-rpm)",
"rpm": "For RPM based distros, requires RPM Python bindings, not installed by default on Suse or Fedora 41+ (python3-rpm)",
"yum": "Alias to rpm",
"zypper": "Alias to rpm"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8700,7 +8700,7 @@
"When used with a C(loop:) each package will be processed individually, it is much more efficient to pass the list directly to the O(name) option.",
"When O(default_release) is used, an implicit priority of 990 is used. This is the same behavior as C(apt-get -t).",
"When an exact version is specified, an implicit priority of 1001 is used.",
"If the interpreter can't import C(python-apt)/C(python3-apt) the module will check for it in system-owned interpreters as well. If the dependency can't be found, the module will attempt to install it. If the dependency is found or installed, the module will be respawned under the correct interpreter."
"If the interpreter can't import C(python3-apt) the module will check for it in system-owned interpreters as well. If the dependency can't be found, depending on the value of O(auto_install_module_deps) the module will attempt to install it. If the dependency is found or installed, the module will be respawned under the correct interpreter."
],
"options": {
"allow_change_held_packages": {
Expand Down Expand Up @@ -8743,6 +8743,15 @@
"version_added": "2.1",
"version_added_collection": "ansible.builtin"
},
"auto_install_module_deps": {
"default": true,
"description": [
"Automatically install dependencies required to run this module."
],
"type": "bool",
"version_added": 2.19,
"version_added_collection": "ansible.builtin"
},
"autoclean": {
"default": "no",
"description": [
Expand Down Expand Up @@ -8963,8 +8972,7 @@
},
"plugin_name": "ansible.builtin.apt",
"requirements": [
"python-apt (python 2)",
"python3-apt (python 3)",
"python3-apt",
"aptitude (before 2.4)"
],
"short_description": "Manages apt-packages",
Expand Down Expand Up @@ -11694,6 +11702,9 @@
"filename": "/ansible/modules/dnf5.py",
"has_action": false,
"module": "dnf5",
"notes": [
"If the interpreter can't import C(python3-libdnf5) the module will check for it in system-owned interpreters as well. If the dependency can't be found, depending on the value of O(auto_install_module_deps) the module will attempt to install it. If the dependency is found or installed, the module will be respawned under the correct interpreter."
],
"options": {
"allow_downgrade": {
"default": "no",
Expand All @@ -11710,6 +11721,15 @@
"required": false,
"type": "bool"
},
"auto_install_module_deps": {
"default": true,
"description": [
"Automatically install dependencies required to run this module."
],
"type": "bool",
"version_added": 2.19,
"version_added_collection": "ansible.builtin"
},
"autoremove": {
"default": "no",
"description": [
Expand Down Expand Up @@ -16552,7 +16572,7 @@
"pkg_info": "OpenBSD package manager",
"pkgng": "Alias to pkg",
"portage": "Handles ebuild packages, it requires the C(qlist) utility, which is part of 'app-portage/portage-utils'",
"rpm": "For RPM based distros, requires RPM Python bindings, not installed by default on Suse (python3-rpm)",
"rpm": "For RPM based distros, requires RPM Python bindings, not installed by default on Suse or Fedora 41+ (python3-rpm)",
"yum": "Alias to rpm",
"zypper": "Alias to rpm"
},
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 95e3af3e0f) last updated 2024/11/21 06:23:11 (GMT +200)
ansible [core 2.19.0.dev0] (devel cf4276f560) last updated 2024/11/30 22:39:07 (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 28e35b4

Please sign in to comment.