environment.sh contains just an export statement for ANSIBLE_INVENTORY variable. It was added in 6dfc2a4952673bf1e369f5ba5d66a7c83f5866f4 to better work with vagrant environments. But these days inventory file is always specified as part of playbook execution command. Therefore remove environment.sh from sources.
environment.sh contains just an
export
statement forANSIBLE_INVENTORY
variable. It was added in 6dfc2a4952673bf1e369f5ba5d66a7c83f5866f4 to better work with vagrant environments. But these days inventory file is always specified as part of playbook execution command. Therefore removeenvironment.sh
from sources.