-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels