Repository URL to install this package:
|
Version:
1.0.0b1 ▾
|
---
- name: Update pkg cache.
command: pkg update -f
tags: ['skip_ansible_lint']
- name: Ensure nginx is installed.
pkgng:
name: "{{ nginx_package_name }}"
state: present
- name: Create logs directory.
file:
path: /var/log/nginx
state: directory