enable nginx service

This commit is contained in:
LinuxSquare 2024-02-02 12:03:10 +01:00
parent 45a2c3e465
commit 2b1c1cd89e

View file

@ -6,10 +6,12 @@ nginx_pkg:
- pkgs:
- nginx
nginx_service:
service.running:
- name: nginx
- running: True
- require:
- nginx_pkg
{% for profile in profiles %}
nginx_{{ profile }}_test:
cmd.run:
- name: echo "{{ profile }}"
{% endfor %}