Skip to content

Instantly share code, notes, and snippets.

@virtualhobbit
Last active November 9, 2020 19:47
Embed
What would you like to do?
---
- 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