Re: [ansible-devel] create a new crontab using cron module for ansible

2020-03-28 Thread Shubham Gampawar
Hi there, What's the transport you are using?, Can you share the complete log(along with command for execution) and playbook you are running. You can give a try by running playbook in mode Thanks, On Sat, 28 Mar, 2020, 7:45 pm ansible Iac, wrote: > Hi everyone, > > I wanted to create a new

[ansible-devel] create a new crontab using cron module for ansible

2020-03-28 Thread ansible Iac
Hi everyone, I wanted to create a new crontab using ansible module "cron" , when i execute the script i didn't get any error message everything is ok , but when i chuck up on the node machine"192.168.1.147 " using the command crontab -u username -l no crontab have been created for username.