Hello
Is there any way to target only primary OS related packages ?

- name: Update all packages to their latest version 
apt: 
name: "*" 
state: latest 
 
At times 3rd Party packages are added to /etc/apt/sources.list 

So what is best way to just patch the OS & not the app.. 

Any suggestions to handle this on scale ..

Thanks 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/04f979e5-275a-46ab-9dcd-a7fcad6436c5n%40googlegroups.com.

Reply via email to