Skip to content

Commit

Permalink
Create main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel authored Oct 24, 2023
1 parent 37dd7ba commit 7345afe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ansible/roles/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
- name: Sudo is installed
ansible.builtin.dnf:
name: sudo
state: latest

- name: Git is installed
ansible.builtin.dnf:
name: git
state: latest

0 comments on commit 7345afe

Please sign in to comment.