diff options
author | Dongsu Park <dongsu@kinvolk.io> | 2020-06-02 15:11:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 15:11:53 +0200 |
commit | 598e3392a9597f0214d68882da4f4ca07314ce41 (patch) | |
tree | 066c1bf9613c953ebfdb038bed192f913c8cd6c4 /changelogs/fragments | |
parent | Update 2.10 roadmap dates (#69771) (diff) | |
download | ansible-598e3392a9597f0214d68882da4f4ca07314ce41.tar.xz ansible-598e3392a9597f0214d68882da4f4ca07314ce41.zip |
Discover Flatcar Linux properly for hostname (#69627)
To avoid issues with Flatcar Container Linux being unable to be found,
detect Flatcar distro name especially for hostname, just like CoreOS
Container Linux was supported.
See also https://github.com/ansible/ansible/issues/69516
Diffstat (limited to 'changelogs/fragments')
-rw-r--r-- | changelogs/fragments/69516_flatcar_distribution.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/69516_flatcar_distribution.yml b/changelogs/fragments/69516_flatcar_distribution.yml new file mode 100644 index 0000000000..143a3307e6 --- /dev/null +++ b/changelogs/fragments/69516_flatcar_distribution.yml @@ -0,0 +1,2 @@ +bugfixes: + - Added support for Flatcar Container Linux in distribution and hostname modules. (https://github.com/ansible/ansible/pull/69627) |