#SPDX-License-Identifier: MIT-0
---
# tasks file for role-loadbalancer
- name: install nginx
  ansible.builtin.package:
    name: nginx
    state: present