Ansbile playbook to apply only security updates with apt module

when ansible apt module is not sufficient - use the shell module:

- name: Ubuntu - Install the security updates
  shell: apt-get update && apt-get upgrade -o Dir::Etc::SourceList=/etc/apt/security.sources.list