mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-15 20:27:50 +00:00
f256b1cd4e
Some plays expect the inventory from /etc/ansible, detect if that inventory *could* apply, use if it can. ansible users generally anticipate leveraging the implicit '.' in the role path, chdir to meet that expectation. 'become' in the play without 'become_user' can upset ansible runtime. Since we are already root, we will just ignore the implicit 'become', since we already match that behavior.