Passing ansible-lint.

This commit is contained in:
Tom
2026-02-17 15:48:33 +01:00
parent 1ad367e1f7
commit 6300cf5eae
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
#+AUTHOR: DeadSwitch | The Silent Architect
#+OPTIONS: toc:nil num:nil \n:t
* ds-nginx
* ds_nginx
This Ansible role installs the Nginx web server.
@@ -24,7 +24,7 @@ This Ansible role installs the Nginx web server.
become: true
roles:
- role: ds-nginx
- role: ds_nginx
#+end_src
* Handlers

View File

@@ -9,7 +9,7 @@
path: /etc/nginx/sites-enabled/default
state: absent
notify: Reload_nginx
- name: Enable and start the nginx
ansible.builtin.service:
name: nginx