Let's just hope the basic packages we'd need to at least get ceph-cm-ansible running exist in the base Fedora 31 DVD image.
We can't figure out the @base -> @infrastructure-server-environment -> @???? group name progression/changes so forget it.
Signed-off-by: David Galloway <dgallowa@redhat.com>
#if $distro == 'Fedora' and int($distro_ver) >= 22 and int($distro_ver) < 31
@^infrastructure-server-environment
#else if $distro == 'Fedora' and int($distro_ver) >= 31
-@^infrastructure-server
+## We can't figure out what the new server group name is in F31 but we do need python3 so...
python3
#else
@base