Fixt others lint errors

This commit is contained in:
Emilien Mantel
2022-10-06 12:42:56 +02:00
parent 85cab7d166
commit 49d32908b8
8 changed files with 19 additions and 12 deletions

View File

@@ -96,13 +96,13 @@
ansible.builtin.service:
name: nginx
state: reloaded
notify: docker reload nginx
notify: Docker reload nginx
- name: Docker reload nginx
ansible.builtin.command: service nginx reload
args:
warn: false
notify: docker reload nginx
notify: Docker reload nginx
when: ansible_virtualization_type == 'docker'
roles: