Running into an issue with ansible's reporting of the version of FreeBSD on jails. Last week, I upgraded all of the physical machines in my homelab, including my jail server. I then upgraded all of the bastille jails on my jail server.
The jail server confirms it is running 14.1:
And all of the jails show, in
However, ansible actually reports:
Am I missing something here? How come it is reporting the wrong release?
Thanks
--vr
The jail server confirms it is running 14.1:
Code:
[root@erebus ~]# freebsd-version -kru
14.1-RELEASE
14.1-RELEASE
14.1-RELEASE
And all of the jails show, in
bastille list -a (partial), that they are running 14.1:
Code:
Hostname Release
bashir 14.1-RELEASE
chekov 14.1-RELEASE
obrien 14.1-RELEASE
palmer 14.1-RELEASE
rand 14.1-RELEASE
sisko 14.1-RELEASE
worf 14.1-RELEASE
However, ansible actually reports:
Code:
[ansible@worf ~]$ ansible jails -m setup | grep ansible_distribution_release
"ansible_distribution_release": "14.0-RELEASE",
"ansible_distribution_release": "14.0-RELEASE",
"ansible_distribution_release": "14.0-RELEASE",
"ansible_distribution_release": "14.0-RELEASE",
"ansible_distribution_release": "14.0-RELEASE",
"ansible_distribution_release": "14.0-RELEASE",
"ansible_distribution_release": "14.0-RELEASE",
Am I missing something here? How come it is reporting the wrong release?
Thanks
--vr