--- | |
- 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
--- | |
- hosts: Linux | |
gather_facts: true | |
tasks: | |
- name: Upgrade all yum packages | |
yum: | |
name: "*" | |
state: latest | |
become: yes |