40211/check-certain-package-with-specific-version-exists-ansible
Hey @Kavya, to check if a package is installed to a specific version, you can use the command in a similar manner:
$ ansible webservers -m yum -a "name=acme-1.5 state=present"
Ensure a package is at the latest ...READ MORE
Hey @Ammie, Try a playbook something like ...READ MORE
You can use an ansible task, something ...READ MORE
Hi @Hannah, this ansible task should do ...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 There, @here is an example for your ...READ MORE
Hey @Dustin, The default value for roles is kube_version: ...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.