Skip to content

Version 0.0.30

Compare
Choose a tag to compare
@sbaerlocher sbaerlocher released this 18 Feb 13:31
· 28 commits to main since this release
9c5544b

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 to 2700 seconds. This change ensures a sensible default timeout for the installation process, enhancing the reliability of Chocolatey package installations.
  • 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.
    • Argument Specifications Enhancement (roles/motd/meta/argument_specs.yml):

      • Enhanced the motd_date_time argument specification to include tz and tz_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.

Full Changelog: 0.0.29...0.0.30