Ansible custom module error

Hi All,

I have written a custom module touch.bash to create a file and trying to run using yaml file .

Getting this error

No such file or directory\r\n/root/.ansible/tmp/ansible-tmp…

Need to provide the contents of touch.bash and the output from the ansible

commands using the ‘-vvv’ verbosity level.

trying to run using yaml file .

paste the command line

I have written a custom module touch.bash to create a file

Note the builtin ‘file’ module does this, though I presume the touch.bash

is a learning exercise.