Skip to content

Not any file named q #53

Description

@alonsocamaro

Hi

using q in an ansible module as follows:

    def exec_module(self):
        changed = False
        result = dict()
        state = self.want.state
        import q
        q.q(state)

There is no file q created anywhere in the file system...

[root@ansible-tower-32 library]# find / -type f -name q -print | wc -l
0

I reckon this is a problem between the chair and the keyboard.... any tip would be more than welcome

Thanks!

     Ulises

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions