dotfiles/roles/nginx/tasks/install.yml
Matej Focko c7293cd6ea
chore: move out the server roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-07-12 21:15:31 +02:00

6 lines
153 B
YAML

---
- name: Install as module on AlmaLinux
ansible.builtin.dnf:
name: "@nginx:1.24"
state: present
when: ansible_distribution == "AlmaLinux"