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!
Hi
using q in an ansible module as follows:
There is no file q created anywhere in the file system...
I reckon this is a problem between the chair and the keyboard.... any tip would be more than welcome
Thanks!