role-loadbalancer/tasks/main.yml

7 lines
154 B
YAML
Raw Normal View History

2025-03-23 06:42:34 -05:00
#SPDX-License-Identifier: MIT-0
---
2025-03-23 06:46:19 -05:00
# tasks file for role-loadbalancer
- name: install nginx
ansible.builtin.package:
name: nginx
state: present