Version 0.0.30
What's Changed
-
Chocolatey Packages Role Update:
- Argument Specification Update (
roles/chocolatey_packages/meta/argument_specs.yml
):- Modified the default value for
chocolatey_packages_timeout
from an empty string to2700
seconds. This change ensures a sensible default timeout for the installation process, enhancing the reliability of Chocolatey package installations.
- Modified the default value for
- Argument Specification Update (
-
MOTD Role Enhancements:
-
README and Defaults Update (
roles/motd/README.md
&roles/motd/defaults/main.yml
):- Expanded the
motd_date_time
variable documentation and definition to include timezone (tz
) and timezone offset (tz_offset
). This enhancement provides dynamic timezone setting based on the target host's settings, offering more precise date and time information in the MOTD.
- Expanded the
-
Argument Specifications Enhancement (
roles/motd/meta/argument_specs.yml
):- Enhanced the
motd_date_time
argument specification to includetz
andtz_offset
options, aligning with updates in the role's README and defaults. This update facilitates customization and clarity regarding date and time settings within the MOTD configuration.
- Enhanced the
-
Full Changelog: 0.0.29...0.0.30