Open kikearciniegas opened 2 years ago
@kikearciniegas thanks for reporting this issue.
This role uses ansible_env.HOME
to determine where to download Antigen to.
ansible_env
depends on fact-gathering being run on the remote host.
Your playbook probably has:
gather_facts: no
Changing it to yes
should fix the issue.
Running/testing with default options from the README.md, the playbook fails with the following message:
Where and how should this variable be defined?
Running antigen_version: '2.0.2' | ansible [core 2.11.6] | python version = 3.10.0
Thanks