mirror of
https://github.com/kemko/frontend-nginx-role.git
synced 2026-01-01 15:45:43 +03:00
Добавил теги к процессу установки nginx
This commit is contained in:
@@ -9,11 +9,14 @@
|
||||
gpgkey: "https://nginx.org/keys/nginx_signing.key"
|
||||
enabled: true
|
||||
state: "present"
|
||||
tags: ["packages"]
|
||||
|
||||
- name: "Install nginx package"
|
||||
yum:
|
||||
name: "nginx-{{ nginx_version }}"
|
||||
state: "present"
|
||||
tags: ["packages"]
|
||||
|
||||
- name: Enable and start nginx
|
||||
systemd:
|
||||
name: nginx
|
||||
|
||||
Reference in New Issue
Block a user