Hello Team, I am working on the cron jobs in Ansible. I want to perform cron jobs operations on AWS ec2 instance. I got success status on ec2 instance in the control machine while i have ran the playbook. But within the instance, when i tries the "*crontab -l" *command, it gave
*"No cron jobs available for ec2-user" * I want the git modifications in the ec2 iinstance. So please help me out. This is my playbook part. Please help me to activate my task on ec2 instance. Thank you. * - name: cron jobs cron: name: cloning from git minute: 4 job: sudo git clone https://github.com/AAA/openwhisk.git user: ec2-user* -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/46826443-6e06-47a9-b371-7daef193d8d3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
