Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ansible.builtin.stat should be stat #408

Open
knoha-rh opened this issue Jul 5, 2021 · 0 comments
Open

ansible.builtin.stat should be stat #408

knoha-rh opened this issue Jul 5, 2021 · 0 comments

Comments

@knoha-rh
Copy link
Contributor

knoha-rh commented Jul 5, 2021

ansible.builtin.stat:

According to requirements.txt, infrared use ansible version as follows.

ansible>=2.7.13,<2.8.0 ; python_version < '3'
ansible>=2.9.0,<2.10.0 ; python_version >= '3'

Until Ansible-2.9, ansible.builtin.stat cannot be used.

https://docs.ansible.com/ansible/2.9/modules/stat_module.html

So, I think it should be stat instead of ansible.builtin.stat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant