mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
timezone: add gentoo and alpine linux support (#1722)
* add alpine linux as NosystemdTimezone * syntax error fix and more self variables, so it works now... * use timezone name instead of timezone path for setup-timezone command * alpine linux zoneinfo links to /etc/zoneinfo instead of /usr/share/zoneinfo, so correct re.search() pattern * add changelog fragment * add gentoo linux support * Update 1722_timezone.yml * refactor code
This commit is contained in:
parent
af64c9a432
commit
9aef0ed17e
2 changed files with 14 additions and 5 deletions
2
changelogs/fragments/1722_timezone.yml
Normal file
2
changelogs/fragments/1722_timezone.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- timezone - add Gentoo and Alpine Linux support (https://github.com/ansible-collections/community.general/issues/781).
|
Loading…
Add table
Add a link
Reference in a new issue