You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playbook tries to run task "Install netaddr dependency on controlling host (virtualenv)" when varaible VIRTUAL_ENV is not set in VM. Then is_virtualenv is defaulted to '' what is treated as defined value. Then task without user arg is invoked and it results in error caused by lack of permissions on VM.
Connected to #129
I'm running role with vagrant 2.0.2 on Win10 against Centos 7 on Virtualbox 5.2.4
The text was updated successfully, but these errors were encountered:
As is_virtualenv is part of the defaults variables it is always defined.
Instead it should be checked against empty string or None.
Fixesansible-collections#161
As is_virtualenv is part of the defaults variables it is always defined.
Instead it should be checked against empty string or None.
Fixesansible-collections#161
Hi All!
Playbook tries to run task "Install netaddr dependency on controlling host (virtualenv)" when varaible VIRTUAL_ENV is not set in VM. Then is_virtualenv is defaulted to '' what is treated as defined value. Then task without user arg is invoked and it results in error caused by lack of permissions on VM.
Connected to #129
I'm running role with vagrant 2.0.2 on Win10 against Centos 7 on Virtualbox 5.2.4
The text was updated successfully, but these errors were encountered: