GHP publish
This commit is contained in:
11
roles/nginx/tasks/install.yml
Normal file
11
roles/nginx/tasks/install.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
- block:
|
||||
- name: installing nginx
|
||||
package:
|
||||
name:
|
||||
- nginx
|
||||
state: present
|
||||
notify: start nginx
|
||||
register: install_nginx_result
|
||||
tags:
|
||||
- nginx-install
|
Reference in New Issue
Block a user