1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments
Alexei Znamensky ae0d3cb090
Tidy up validate-modules:no-default-for-required-parameter and other cases (#1423)
* Fixed validate-modules:mutually_exclusive-unknown for plugins/modules/packaging/os/redhat_subscription.py

* fixed validation-modules for plugins/modules/cloud/lxd/lxd_container.py

* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_network_interface_address.py

* fixed validation-modules for plugins/modules/cloud/opennebula/one_host.py

* fixed validation-modules for plugins/modules/cloud/opennebula/one_image_info.py

* fixed validation-modules for plugins/modules/cloud/opennebula/one_image.py

* fixed validation-modules for plugins/modules/cloud/opennebula/one_service.py

* fixed validation-modules for plugins/modules/cloud/opennebula/one_vm.py

* fixed validation-modules for plugins/modules/net_tools/cloudflare_dns.py

* fixed validation-modules for plugins/modules/net_tools/ip_netns.py

* fixed validation-modules for plugins/modules/net_tools/ipinfoio_facts.py

* fixed validation-modules for plugins/modules/net_tools/netcup_dns.py

* fixed validation-modules for plugins/modules/remote_management/wakeonlan.py

* added types to plugins/modules/remote_management/stacki/stacki_host.py but still cannot remove ignore line

* added a couple of FIXME comments

* fixed validation-modules for plugins/modules/remote_management/manageiq/manageiq_provider.py

* fixed validation-modules for plugins/modules/notification/rocketchat.py

* fixed validation-modules for plugins/modules/monitoring/bigpanda.py

* fixed validation-modules for plugins/modules/identity/keycloak/keycloak_client.py

* fixed validation-modules for plugins/modules/identity/keycloak/keycloak_clienttemplate.py

* fixed validation-modules for plugins/modules/cloud/univention/udm_user.py

* fixed validation-modules for plugins/modules/cloud/univention/udm_group.py

* fixed validation-modules for plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py

* fixed validation-modules for plugins/modules/cloud/smartos/imgadm.py

* fixed validation-modules for plugins/modules/cloud/profitbricks/profitbricks_nic.py

* fixed validation-modules for plugins/modules/cloud/ovirt/ovirt_external_provider_facts.py

* Tidy up validate-modules ignores no-default-for-required-parameter + couple of other cases

* Added changelog frag

* fixed validation-modules for plugins/modules/cloud/centurylink/clc_alert_policy.py

* fixed validation-modules for plugins/modules/cloud/centurylink/clc_firewall_policy.py

* fixed validation-modules for plugins/modules/cloud/lxd/lxd_profile.py

* Typos and small fixes

* fixed validation-modules for plugins/modules/net_tools/ldap/ldap_passwd.py

* Typos and small fixes, part 2

* Fixes from PR comments

* Update plugins/modules/cloud/profitbricks/profitbricks_nic.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Rolled back the mutually-exclusive-unknown in redhat_subscription

* Update changelogs/fragments/1423-valmod_multiple_cases.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
2020-12-01 21:28:40 +01:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
216-fix-lxc-container-container_config-parameter.yaml lxc_container: fix the type of the 'container_config' parameter (#216) 2020-11-08 13:10:19 +01:00
229_lvol_percentage_fix.yml Fix idempotent issue when using lvol with %VG or %PVS size options and VG is fully allocated (#229) 2020-11-09 08:39:34 +01:00
296-ansible-2.9.yml Run tests with Ansible 2.9 as well (#296) 2020-07-02 13:40:16 +02:00
303-consul_kv-fix-env-variables-handling.yaml
311-jira-error-handling.yaml jira: log error messages in "errors" key (#311) 2020-07-28 08:59:33 +03:00
349-pacman_improve_group_expansion_speed.yml Improve group expansion speed: query list of pacman groups once (#349) (#349) 2020-10-09 14:18:11 +02:00
360_syspatch_apply_patches_by_default.yml OpenBSD Syspatch: Apply patches by default. Minor module cleanup (#360) 2020-10-28 06:49:14 +01:00
409-datadog-monitor-include-tags.yaml Add include_tags to datadog_monitor (#409) 2020-10-23 07:12:22 +02:00
436-infoblox-use-stderr-and-environment-for-config.yaml infoblox inventory script: Use stderr, and allow use of environment for config (#436) 2020-10-26 19:42:05 +01:00
442-log_plays-add_playbook_task_name_and_action.yml [log_plays] Add playbook, task name and action (#442) 2020-06-29 11:31:07 +03:00
474-yarn_fix-outdated-fix-list.yml yarn: Fix handling of empty outdated & scoped packages (#474) 2020-07-23 10:19:32 +03:00
522-parted_change_label.yml parted: proper fix for change of partition label case (#594) 2020-09-28 22:05:15 +02:00
548_apk.yml apk: Add no-cache option (#548) 2020-06-23 14:10:05 +02:00
560-pkgng-add-stdout-and-stderr.yaml pkgng: Add stdout and stderr to response object (#560) 2020-06-23 19:55:40 +02:00
562-nmcli-fix-idempotency.yaml nmcli: add idempotent support for any kinds of connections (#562) 2020-06-30 05:43:39 +02:00
563-update-terraform-status-test.yaml Fix terraform changed status detection test (#561) (#563) 2020-08-21 21:44:15 +02:00
568_packaging.yml Reduce ignored packaging sanity tests (#568) 2020-06-26 15:17:11 +02:00
569-pkgng-add-upgrade-action.yaml pkgng: Add support for upgrading all installed packages (#569) 2020-07-07 23:04:35 +02:00
596-splunk-add-option-to-not-validate-cert.yaml [splunk] Add an option to not fail when the certificate is not valid (#596) 2020-06-29 16:14:44 +02:00
610_logstash_callback_add_ini_config.yml add ini config to logstash callback (#610) 2020-07-31 10:56:12 +02:00
611-gitlab-runners-env-vars-intput-and-default-item-limit.yaml gitlab_runners inventory plugin: runtime en var and list default behavior (#611) 2020-07-16 10:41:09 +03:00
613-snmp_facts-EndOfMibView.yml Handle 'No more variables left in this MIB View ' in snmp_facts (#613) 2020-07-21 12:40:26 +05:30
615-digital-ocean-tag-info-bugfix.yml Fix bug in digital_ocean_tag_info module (#615) 2020-07-05 11:31:52 +05:30
650_pacman_support_zst_package_files.yaml pacman: Treat .zst package names as files (#650) 2020-07-19 12:07:38 +02:00
676-osx_defaults_fix_handling_negative_ints.yml osx_defaults: fix handling negative integers (#676) 2020-07-21 16:12:21 +02:00
677-jenkins_plugins_sha1.yaml Shameless recommit of changes in jesstruck/ansible:jenkins_plugins_sha1 (#677) 2020-07-27 11:33:08 +02:00
687-fix-redfish-payload-decode-python35.yml Fix decoding of response payloads for python 3.5 (#687) 2020-07-24 23:35:33 +02:00
689-haproxy_agent_and_health.yml haproxy: Enable/disable health and agent checks (#689) 2020-07-29 23:39:48 +02:00
693-big-revamp-on-xfconf-adding-array-values.yml big revamp on xfconf, adding array values (#693) 2020-07-25 13:58:14 +03:00
699-django_manage-createcachetable-fix-idempotence.yml Fix changes detection for createcachetable (#699) 2020-09-29 06:18:34 +02:00
702-slack-support-for-blocks.yaml slack: support for blocks (#702) 2020-07-29 22:11:32 +02:00
704-doas-set-correct-default-values.yml Fix more become plugins (#708) 2020-07-29 20:27:16 +02:00
707-jira-error-handling.yaml jira: cast error messages to strings (#707) 2020-07-29 23:38:51 +02:00
708-set-correct-default-values.yml Fix more become plugins (#708) 2020-07-29 20:27:16 +02:00
711-lxd-target.yml module lxd_container - added target parameter for cluster deployments (#711) 2020-07-30 12:30:25 +03:00
713-maven-timestamp-snapshot.yml maven_artifact: Adjust path for time stamped SNAPSHOT versions (#713) 2020-11-16 21:41:55 +01:00
722-plugins.yml Fix plugins (names, constants, FQCNs in examples) (#722) 2020-08-08 22:04:34 +02:00
738-ipa-python3.yml ipa module utils: BUGFIX ipa modules Cookie problem with Loadbalanced IPA and Python3 (… (#738) 2020-08-07 08:26:38 +02:00
744-xfconf_make_locale-independent.yml Update xfconf.py: make locale-independent (#744) 2020-08-11 12:27:33 +02:00
750-jc-new-filter.yaml JC plugin (#750) 2020-08-11 09:12:17 +03:00
768-facter.yml Added Arguments for Facter module (#768) 2020-11-23 18:59:09 +01:00
773-resize-partition.yml Add ability to resize existing partition (#773) 2020-11-21 21:18:42 +01:00
777-interfaces_file-re-escape.yml interfaces_file: re.escape() old value (#873) 2020-09-08 14:48:20 +02:00
783-fix-gem-installed-versions.yaml gem: Fix get_installed_versions: correctly parse "default" version. (#783) 2020-09-03 07:47:34 +02:00
788-fix_omapi_host_on_python3.yaml [2.10] Fix omapi_host on python3 (#788) 2020-11-22 12:21:18 +01:00
789-pkg5-wrap-to-modify-package-list.yaml pkg5: wrap 'to modify' package list (#789) 2020-08-25 21:21:51 +02:00
797-proxmox-kvm-cloud-init.yaml Add Cloud Init variables for Proxmox_KVM module (#797) 2020-11-24 20:32:25 +01:00
802-pushover-device-parameter.yml Specify device for Pushover notification (#802) 2020-09-03 08:01:52 +02:00
811-proxmox-kvm-state-absent.yml proxmox_kvm: fix idempotency issue with state=absent (#811) 2020-09-05 00:51:54 +02:00
820_nagios_added_acknowledge_and_servicecheck.yml Nagios: added 'acknowledge' and 'schedule_forced_svc_check' action (#820) 2020-09-29 06:17:09 +02:00
823-terraform_init_reconfigure.yaml Add support for "reconfigure" option for terraform init (#823) 2020-10-30 20:05:41 +01:00
825-bootsource-override-option.yaml redfish_command: allow setting the BootSourceOverrideEnabled property (#825) 2020-09-10 17:25:48 +02:00
831-proxmox-kvm-wait.yml proxmox_kvm: new function wait_for_task() (#831) 2020-09-08 13:11:37 +02:00
843-update-slack-messages.yml add message_id (ts) option to slack module to allow editing messages (#843) 2020-09-08 13:09:25 +02:00
849-proxmox-kvm-state-absent-force.yml proxmox_kvm: allow force to be use with state=absent (#849) 2020-09-07 22:07:40 +02:00
850-proxmox_kvm-remove_hard_coded_defaults.yml proxmox, proxmox_kvm: Deprecate hard-coded defaults (#850) 2020-10-30 13:15:25 +01:00
891-packet_net-fix-not-subscriptable.yaml adding fix for packet_net.py (#891) 2020-11-26 07:08:15 +01:00
892-slack-token-validation.yml Slack: moves to \S+ check instead of \w+-\w+ (#863) 2020-09-07 22:09:31 +02:00
897-lookup-plugin-hashivault-add-approle-mount-point.yaml [lookup_plugin/hashi_vault] add missing 'mount_point' param for approle (#897) 2020-09-17 10:19:12 +02:00
899_launchd_user_service.yml launchd: fix for user-level services (#899) 2020-09-27 22:30:22 +02:00
900-aerospike-migration-handle-unstable-cluster.yaml [aerospike_migrations] - handle exception for unstable-cluster (#900) 2020-09-25 07:38:48 +02:00
902-hashi_vault-token-path.yml hashi_vault - Change token_path env var loading precedence (#902) 2020-09-18 21:59:25 +02:00
903-enhance-redfish-manager-reset-actions.yml Support same reset actions on Managers as on Systems (#903) 2020-09-23 08:42:56 +02:00
929-vault-namespace-support.yml Support use of VAULT_NAMESPACE env var (#929) 2020-09-18 21:21:41 +02:00
939-zypper_repository_proper_failure_on_missing_python-xml.yml zypper_repository: Proper failure when python-xml is missing (#939) 2020-09-20 14:09:02 +02:00
943-proxmox-kvm-code-cleanup.yml proxmox_kvm: code cleanup (#934) 2020-09-23 16:39:46 +03:00
945-darwin-timezone-py3.yaml Use platform.system for Darwin comparisons (#945) 2020-09-28 08:12:38 +02:00
951-ipa_user-add-userauthtype-param.yaml ipa_user: Add userauthtype param (#951) 2020-09-29 17:02:40 +02:00
967-use-fqcn-when-calling-a-module-from-action-plugin.yml use FQCN when calling a module from action plugin (#967) 2020-09-28 22:06:08 +02:00
968-gitlab_variables-pagination.yml Gitlab variables pagination (#968) 2020-10-09 14:59:00 +02:00
992-nmcli-locale.yml nmcli: set C locale when executing nmcli (#992) 2020-09-29 22:57:07 +02:00
993-file-capabilities.yml [capabilities] fix for a newer versions of libcap (#1061) 2020-10-16 21:03:54 +02:00
998-nagios-added_forced_check_for_all_services_or_host.yml nagios: force an active service check for all services of a particular host or for the host itself (#998) 2020-09-29 13:49:27 +02:00
1024-vault-skip-verify-support.yml Respect VAULT_SKIP_VERIFY envionment variable setting in hashi_vault lookup plugin (#1024) 2020-10-09 14:23:04 +02:00
1028-proxmox-kvm-linked-clone.yml proxmox_kvm: allow setting format to null (None) (#1028) 2020-10-10 10:53:09 +02:00
1036-redis-cache-keyset-name.yaml cache/redis: make keyset keyname configurable (#1036) 2020-10-11 15:16:59 +02:00
1038-fix-homebrew-and-homebrew-cask-package-validation.yaml Resolve homebrew and homebrew_cask package name validation issues (#1038) 2020-10-27 22:46:49 +01:00
1039-archive-fix-paramater-types.yaml archive: Fix paramater types (#1039) 2020-11-24 08:11:36 +01:00
1055-redis-cache-sentinel.yaml cache/redis: feature redis sentinel (#1055) 2020-10-20 07:05:40 +02:00
1079-redis-use-regexp-to-check-if-the-value-matches-expected-form.yaml redis: use regexp to check if the value matches expected form (#1079) 2020-10-20 07:04:42 +02:00
1081-solaris_zone-python3.yml solaris_zone: fix zone configuration with python3 (#1082) 2020-10-14 21:18:04 +02:00
1083-archive-remove-path-folder.yml Change bugfixes to breaking_changes in 1083 changelog (#1341) 2020-11-20 20:43:07 +01:00
1101-slack-ts-fix.yaml move conversion of data to json in slack API handling (#1101) 2020-10-19 10:58:14 +03:00
1105-beadm_bugfix.yaml Unbreak beadm module (#1105) 2020-10-31 13:51:10 +01:00
1107-monit-fix-status-check.yml monit: fix module detection of monitored process state (#1107) 2020-10-23 12:26:23 +02:00
1126-influxdb-conditional-path-argument.yml InfluxDB_database: Make the path argument conditional on the InfluxDB version (#1126) 2020-11-06 09:12:00 +01:00
1127-maven_artifact_client_cert.yml Added client_cert and client_key to the maven_artifact module. (#1127) 2020-10-20 18:41:57 +02:00
1138-hashi_vault_fix_approle_authentication_without_secret_id.yml Fix hashi_vault lookup approle authentication (#1138) 2020-11-16 16:42:42 +01:00
1140-iptables_state-fix-race-condition.yml iptables_state: fix race condition between module and its action plugin (#1140) 2020-10-20 20:27:37 +02:00
1144-consul-add-tcp-check-support.yml Add TCP healthcheck support for services registered by consul module (#1144) 2020-10-30 06:18:48 +01:00
1149-filesystem-fix-355-state-absent.yml filesystem: fix 355 state absent (#1149) 2020-10-26 19:43:01 +01:00
1154-django_manage-docs.yml Fixed django_manage markup in docs (#1154) 2020-10-26 07:54:57 +01:00
1169-getbinpkgonly.yaml Add getbinpkgonly (-G) to portage (#1169) 2020-10-26 19:37:56 +01:00
1175-zypper-absent-lang.yml Fix lang issue on zypper absent (#1175) 2020-10-27 22:45:42 +01:00
1179-composer_require_v2_idempotence_fix.yml Issue #1179: Fix v2 composer require idempotence (#1180) 2020-10-26 19:31:17 +01:00
1185-proxmox-ignore-qemu-templates.yml proxmox: ignore QEMU templates altogether (#1185) 2020-10-30 19:51:49 +01:00
1196-use_description-in-gitlab-group-creation.yml added description parameter to create request (#1196) 2020-11-11 13:33:38 +01:00
1206-proxmox-api-token.yml proxmox*: add support for API tokens (#1206) 2020-11-16 21:24:11 +01:00
1213-hashi_vault-jwt-auth-support.yaml Add support for HashiCorp Vault JWT auth (#1213) 2020-11-16 07:48:58 +01:00
1223-nios-remove-redundant-aliases.yml Remove redundant aliases from NIOS modules (#1223) 2020-11-04 07:54:53 +01:00
1243-pkgng-present-ignoreosver.yaml [pkgng] present the 'ignore_osver' option to pkg (#1243) 2020-11-17 07:17:16 +01:00
1244-renamed-parameter.yaml Changed parameter name, added aliases for compatibility. (#1244) 2020-11-08 23:04:57 +01:00
1246-flatpak-use-non-interactive-argument.yaml Add --non-interactive argurment to Flatpak (#1246) 2020-11-19 21:10:54 +01:00
1256-feat-pkgin-add-full-version-package-name.yml feat(pkgin): add support for installation of full versioned package names (#1256) 2020-11-21 21:20:27 +01:00
1258-proxmox_kvm-ignore-pool-on-update.yaml proxmox_kvm: pool parameter not supported by qemu/<vmid>/config API endpoint (#1258) 2020-11-14 11:52:01 +01:00
1260-nmcli-ib-routes.yaml Feat: nmcli - Add infiniband and routes support (#1260) 2020-12-01 20:39:56 +01:00
1264-dict_kv-new-filter.yaml Add filter dict_kv (#1264) 2020-11-24 05:41:18 +01:00
1270-linode-v4-stackscript-support.yaml Add support for StackScripts to Linode v4 module (#1270) 2020-11-13 03:21:56 -08:00
1305-added-xfconf-tests.yaml Xfconf tests (#1305) 2020-11-16 11:27:00 +00:00
1307-macports-fix-status-check.yml Fix macports package present/active detection (#1308) 2020-11-26 06:59:32 +01:00
1322-module_helper_and_xfconf.yaml Adding module_utils/module_helper.py + big revamp in xfconf.py to use it (#1322) 2020-11-20 11:27:53 +01:00
1331-proxmox-info-modules.yml proxmox: create a common base (#1331) 2020-11-24 17:30:39 +01:00
1338-datadog-mark-notification_message-no_log.yml Datadog: Mark notification_message as no_log (#1338) 2020-11-25 07:25:00 +01:00
1339-ip-no_log-nonsecret.yml ipa: Update non-secret fields matching '*pass*' with no_log=False (#1339) 2020-11-21 17:25:49 +01:00
1383-apache2-module-amend-shib-workaround.yaml Apache2 module: Add another shib module identifier (#1383) 2020-11-26 07:26:40 +01:00
1399-fixed-wrong-elements-type.yaml Tidy up validate-modules:doc-elements-mismatch (#1399) 2020-11-27 08:01:02 +01:00
1415-valmod_req_mismatch.yml Tidy up validate-modules:doc-required-mismatch (#1415) 2020-11-28 14:06:28 +01:00
1423-valmod_multiple_cases.yml Tidy up validate-modules:no-default-for-required-parameter and other cases (#1423) 2020-12-01 21:28:40 +01:00
33979-xfs_growfs.yml filesystem.py: fix xfs growfs (#137) 2020-06-23 14:04:55 +01:00
55903_kubevirt.yml kubevirt: Add aliases 'interface_name' for 'network_name' (#536) 2020-06-29 07:37:41 +02:00
63767_selective.yml selective: mark task failed correctly (#629) 2020-07-12 00:26:58 +02:00
66813_gitlab_project.yml gitlab_project: add support for merge_method on projects (#636) 2020-07-14 20:17:46 +05:30
add_argument_check_for_rundeck.yaml Add check for rundeck_acl_policy name (#612) 2020-07-16 23:17:18 +02:00
airbrake_deployment_add_version.yml airbrake_deployment: Add version param (#583) 2020-06-26 23:05:55 +02:00
aix_filesystem-module_util-routing-issue.yml
cyberarkconjur-removal.yml conjur_variable: redirecting to correct collection (#570) 2020-06-30 07:36:08 +02:00
deprecation-removals.yml Bump version to 2.0.0 (#1369) 2020-11-26 14:26:36 +01:00
digital-ocean.yml Remove DigitalOcean modules (moved to community.digitalocean) (#622) 2020-07-07 16:41:16 +02:00
docker-migration-removal.yml Improve docker, hetzner and postgresql migration (#1382) 2020-11-25 08:04:50 +01:00
dsv_fix.yml dsv: Use correct dict usage (#743) 2020-08-10 10:22:24 +05:30
firewalld_migration.yml migrate firewalld to ansible.posix (#623) 2020-07-16 22:21:22 +02:00
fix-plugin-imports.yml Fix gcp_storage_file lookup plugin (#1284). 2020-11-13 16:01:10 -05:00
galaxy-yml.yml Fix galaxy.yml (#774) 2020-08-16 17:09:34 +01:00
google-modules.yml Restore removed google modules (#675) 2020-07-21 07:45:32 +01:00
hetzner-migration-removal.yml Improve docker, hetzner and postgresql migration (#1382) 2020-11-25 08:04:50 +01:00
homebrew-cask-at-symbol-fix.yaml Fix for error trying to install cask with '@' in the name (#763) 2020-09-02 07:52:23 +03:00
infinidat-removal.yml Remove old infini modules to prepare for collection implementation (#607) 2020-07-10 21:08:09 +02:00
logicmonitor-removal.yml Deprecate logicmonitor and logicmonitor_facts (#541) 2020-06-23 15:55:59 +02:00
lookup-passwordstore-umask.yml Added umask option to passwordstore lookup plugin. (#1156) 2020-11-24 08:05:59 +01:00
mysql.yml Migrating MySQL to community.mysql (#633) 2020-07-10 18:54:04 +02:00
nmcli-refactor.yml nmcli: module refactor (#1113) 2020-10-23 07:13:39 +02:00
odbc.yml odbc: adding parameter to disable auto-commit (#1137) (#1139) 2020-11-06 20:41:34 +01:00
openbsd_pkg.yml Add OpenBSD pkg_add(1) snapshot support (#965) 2020-11-13 06:33:13 +01:00
parted_negative_numbers.yml
pkgutil-check-mode-etc.yaml pkgutil: add update all, check-mode, squashing and examples (#799) 2020-09-30 06:19:36 +02:00
porting-guide-2.yml Add porting guide entries from Ansible-base porting guide (#703) 2020-07-29 08:02:12 +02:00
postgresql-migration-removal.yml Improve docker, hetzner and postgresql migration (#1382) 2020-11-25 08:04:50 +01:00
proxmox_template-appliance-download.yml proxmox_template download appliance templates (#1046) 2020-11-04 23:16:07 +01:00
proxysql.yml migrating ProxySQL to community.proxysql (#624) 2020-07-07 13:38:54 +01:00
remove-ansible.posix-dependency.yml Remove ansible.posix dependency (#1157) 2020-10-28 12:57:00 +01:00
remove-deprecated-modules-2.yml Remove deprecated google modules (#1370) 2020-11-24 06:34:48 +01:00
remove-deprecated-modules.yml Remove deprecated modules and plugins. (#1347) 2020-11-23 14:10:18 +01:00
remove-deprecated-redirects.yml Remove deprecated redirects. (#1346) 2020-11-23 13:42:46 +01:00
xfconf_add_uint_type.yml Added uint type to xfconf module (#696) 2020-07-28 10:40:40 +03:00
xml-remove-changed.yml Fix xml reports changed when node is not deleted (#1007) 2020-09-30 14:11:28 +03:00
zfs-root-snapshot.yml Fix zfs snapshot handling on root zvols (#936) 2020-09-28 22:04:24 +02:00