Skip to content

Instantly share code, notes, and snippets.

@Lerentis
Last active November 5, 2017 14:27
Show Gist options
  • Save Lerentis/c7feba293dfee53882896ca54c43a303 to your computer and use it in GitHub Desktop.
Save Lerentis/c7feba293dfee53882896ca54c43a303 to your computer and use it in GitHub Desktop.
update-centos
---
- name: install updates
become: yes
yum:
update_cache: yes
name: '*'
state: latest
when: ansible_os_family == "RedHat"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment