Compare commits

..

1 commit

Author SHA1 Message Date
73f1869094
nginx(role): simplify installation by removing version spec
Some checks failed
/ Ansible Lint (push) Has been cancelled
/ 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:10:53 +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