Ansible hat Probleme, wenn die kontrollierende Maschine auf Python2 und die kontrollierte auf Python3 läuft. Das äußert sich z.B. mit folgender Warnung:<cite>
+
[WARNING]: Module invocation had junk after the JSON data: AttributeError("module 'platform'
+
has no attribute 'dist'")
+
</cite>
+
+
Daher lässt man auf dem Zielrechner (hier: <code>TARGET</code>) auch Python2 laufen, indem man die <code>inventory.yaml</code> ändert: