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
It should check if the binary exists and report back the variable "ansible_facts.ansible_local.rclone.installed".
In the ansible/molecule runs that variable is always "false" for the centos7 instances (at the 2nd run, sure, when the binary is there already), but when I login to the same instance and run the fact-script the variable is "true":
In my small role https://github.com/stefangweichinger/ansible-rclone I use your images to run molecule tests.
In this issue stefangweichinger/ansible-rclone#80 and the resulting PR stefangweichinger/ansible-rclone#82 I added a check script template:
https://github.com/stefangweichinger/ansible-rclone/blob/master/templates/etc/ansible/facts.d/rclone.fact.j2
It should check if the binary exists and report back the variable "ansible_facts.ansible_local.rclone.installed".
In the ansible/molecule runs that variable is always "false" for the centos7 instances (at the 2nd run, sure, when the binary is there already), but when I login to the same instance and run the fact-script the variable is "true":
Do you know the reason, did you see such a behavior as well?
I also tested your tag "python3", same behavior.
Maybe you have an idea here, thanks.
The text was updated successfully, but these errors were encountered: