mirror of
https://github.com/geerlingguy/ansible-role-nginx.git
synced 2025-02-15 01:01:30 +01:00
6 lines
105 B
YAML
6 lines
105 B
YAML
---
|
|
- name: Ensure nginx is installed.
|
|
pacman:
|
|
name: "{{ nginx_package_name }}"
|
|
state: present
|