Skip to content

Commit

Permalink
finish v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rossijonas committed Feb 20, 2023
1 parent ffbbac4 commit 4a44a09
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
- name: Converge
hosts: all
roles:
- rossijonas.dnfupdate
- role: rossijonas.dnfupdate
vars:
tasks:
- name: "Apply all available updates."
include_role:
name: "rossijonas.dnfupdate"
- name: "Apply security updates only."
include_role:
name: "rossijonas.dnfupdate"
vars:
dnfupdate_security_only: true

0 comments on commit 4a44a09

Please sign in to comment.