mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-23 05:33:25 +02:00
16 lines
257 B
YAML
16 lines
257 B
YAML
---
|
|
|
|
- name: Install python-passlib
|
|
package:
|
|
name: "{{ nginx_tools_packages }}"
|
|
tags: web
|
|
|
|
- include_tasks: install_openresty.yml
|
|
when: nginx_openresty
|
|
tags: always
|
|
|
|
- include_tasks: install_nginx.yml
|
|
when: not nginx_openresty
|
|
tags: always
|
|
|