37405/how-do-i-update-centos-using-ansible
You can use the yum module in the playbook like this:
- name: upgrade all packages yum: name=* state=latest
Hey Ayaan, you could probably use this ...READ MORE
Hey @Tina, If you need to access ...READ MORE
Try this: - hosts: web tasks: ...READ MORE
You need an Ansible box for this, ...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
Adding to @Mohit's answer, For CentOS and RHEL: sudo ...READ MORE
Hey @Kiara, f you want to make my_dir available to ...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.