mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 12:29:39 +01:00
Solved merge bug
This commit is contained in:
parent
b11879650c
commit
4768d66fbb
@ -23,7 +23,7 @@
|
||||
state: directory
|
||||
mode: '0755'
|
||||
recurse: yes
|
||||
loop: "{{ nginx.directories.http + nginx.directories.streams }}"
|
||||
loop: "{{ nginx.directories.http.values() | list + [nginx.directories.streams] }}"
|
||||
when: run_once_nginx is not defined
|
||||
|
||||
- name: create nginx config file
|
||||
|
Loading…
x
Reference in New Issue
Block a user