Passing ansible-lint.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user