36806/how-to-remove-cron-using-ansible
Hey @Likhit, You could use something like this:
--- - hosts: all user: <user_name> tasks: - name: disable cron cron: name: clean env: yes state: absent user: root become: True
Hi@akhtar, You can use the yum_repository module in ...READ MORE
Hi@akhtar, You can remove your files using Ansible. ...READ MORE
Hi@akhtar, You can use the shell module to do your ...READ MORE
Hi@akhtar, You can use a module named Cron ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @Kyraa, to encrypt an existing file ...READ MORE
I hadn't created the ssh connection between ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.