Hello

tasks:
  - name:  yum local install
    yum:  name=/sharedfilesystem/*.rpm  state=present

Our team has several environments that lead up to our production 
environment, so patches must be applied and tested in one environment at a 
time (as they exist at a specific version 'point-in-time') so I can't do a 
blind yum update latest in our production environment -- therefore, I 
download the latest available at a point-in-time and apply them to each 
environment only once testing has succeeded in the previous environment.

Can ansible yum module help 'localinstall' patches that have been 
pre-downloaded?   (I've only seen yum module work with a single rpm)   

Maybe should be using command instead of yum module?

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/103e0a52-c075-4f66-9764-ae1f3372f77c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to