Browse Source

Add dnf update to playbook

devel
Christian Martin 6 years ago
committed by GitHub
parent
commit
ba95db5c75
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      build-scripts/playbook.yml

+ 3
- 0
build-scripts/playbook.yml View File

@ -77,3 +77,6 @@
- name: Reload Firewall
command: firewall-cmd --reload
become: true
- name: Update packages
command: dnf update
become: true

Loading…
Cancel
Save