Compare commits

..

1 commit

Author SHA1 Message Date
696406a4ed
nginx(role): simplify installation by removing version spec
All checks were successful
/ Ansible Lint (push) Successful in 1m52s
/ Ansible Lint (pull_request) Successful in 1m37s
We always just want the latest anyway and therefore don't use it, so no
need to keep the complexity introduced by that setting.
Also merge repo_setup and nginx_install task lists into one
nginx_install task list as keeping two files isn't necessary.
Finally improving naming a bit.
2025-02-18 03:03:38 +01:00

View file

@ -44,7 +44,7 @@
mode: "0644"
become: true
- name: Ensure nginx is installed
- name: Ensure NGINX is installed
ansible.builtin.apt:
name: nginx
state: present