Skip to content

Commit b073053

Browse files
committed
Leave thinlinc_agent_hostname unset for defaults
It works better to have variables unset when using the default() filter, rather than using null or an empty string or such.
1 parent ce195f6 commit b073053

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12+
- Fixed default value of thinlinc_agent_hostname
13+
1214
## [1.9] - 2023-08-25
1315

1416
### Changed

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ thinlinc_tlsetup_migrate_conf: "old"
2828
# your server. See
2929
# https://www.cendio.com/resources/docs/tag/network.html#network_nat
3030
#
31-
# The default value is null, which is equal to ansible_fqdn.
32-
thinlinc_agent_hostname: null
31+
# If unset, then ansible_fqdn will be used.
32+
#thinlinc_agent_hostname: null

0 commit comments

Comments
 (0)