Skip to content

Instantly share code, notes, and snippets.

@virtualhobbit
Last active November 9, 2020 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save virtualhobbit/42448c3a6a181eb2979ba47216a3e191 to your computer and use it in GitHub Desktop.
Save virtualhobbit/42448c3a6a181eb2979ba47216a3e191 to your computer and use it in GitHub Desktop.
---
- hosts: Linux
gather_facts: true
tasks:
- name: Upgrade all yum packages
yum:
name: "*"
state: latest
become: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment