diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-30 13:23:24 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-30 13:23:24 -0500 |
commit | 94cc89fc3c0fea0f88a15f5d4f0f6a432c0b2dd8 (patch) | |
tree | 0fa231cad6c8f9c9ded0d1a265810510172b63ce /src/packages/tasks/dnf.yaml | |
parent | 35476da777e19e2bcee10beb5ed0ae7362adcd30 (diff) |
Update packages and package_groups structure
Diffstat (limited to 'src/packages/tasks/dnf.yaml')
-rw-r--r-- | src/packages/tasks/dnf.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/packages/tasks/dnf.yaml b/src/packages/tasks/dnf.yaml new file mode 100644 index 0000000..e8748ae --- /dev/null +++ b/src/packages/tasks/dnf.yaml @@ -0,0 +1,6 @@ +--- +- name: "Install {{ item }}" + ansible.builtin.dnf: + name: "{{ item }}" + state: latest + ignore_errors: true |