Skip to content

ansible.builtin.stat should be stat #408

@knoha-rh

Description

@knoha-rh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions