Displaying 2 results from an estimated 2 matches for "fqcn".
Did you mean:
fcn
2022 Feb 21
2
ansible upgrade
Hey all, back from vacation and seeing ansible 2.12 in the repos now.
Anything to be aware of when upgrading from 2.9 to 2.12 in CS8?
--
Thanks,
Leon
2022 Feb 22
1
ansible upgrade
...rks directly , as there were some semantic
> changes in ansible, so you'll probably have to review all the changes,
> and if ansible-core just has the modules (it's a stripped down version
> of ansible, as you're supposed to download the collections yourself) ,
> and use FQCN (Fully Qualified Collection Names) for? modules ...
>
> FWIW, CentOS Infra still on ansible 2.9.27 from our own configuration
> management SIG and ansible-core excluded in yum/dnf to ensure that our
> automation still runs fine (until we have time to test/convert all our
> roles/...