ansible_host: Fix calling nginx restart handler
This commit is contained in:
parent
f8d930acfb
commit
8d5f5ad4ed
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
notify: restart nginx
|
notify: Restart nginx
|
||||||
|
|
||||||
- name: Add custom .bashrc for root
|
- name: Add custom .bashrc for root
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue