mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
17 lines
253 B
YAML
17 lines
253 B
YAML
---
|
|
|
|
- name: Install python-passlib
|
|
package:
|
|
name:
|
|
- python-passlib
|
|
tags: nginx
|
|
|
|
- include_tasks: install_openresty.yml
|
|
when: nginx_openresty
|
|
tags: always
|
|
|
|
- include_tasks: install_nginx.yml
|
|
when: not nginx_openresty
|
|
tags: always
|
|
|