Chicken-and-egg problem with Ansible and Fedora 27
Ansible support of Python 3.x is crucial and works out-of-the-box: “Ansible 2.5 and above have support for Python 3.” (Ansible docs) However, the combination of Ansible and Fedora 27 (and maybe also Fedora 28?) causes a chicken-and-egg problem under certain circumstances. The problem Fedora ships only Python 3.x and recently removed Python 2.x from the base install. As part of a transition phase of moving from Python 2.x to Python 3....