Skip to content

Commit 247aeb1

Browse files
authored
FIX code/tasks/install.yml: Don't run enable-or-disable.yml (was nginx.yml) until later!
1 parent cd42967 commit 247aeb1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

roles/code/tasks/install.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@
120120
include_tasks: install_apkfile.yml
121121
when: code_blocked_by_cdn is undefined
122122

123-
- name: Setup 'code' nginx conf file
124-
include_tasks: nginx.yml
125-
when: code_blocked_by_cdn is undefined
126-
127123

128124
# RECORD CODE AS INSTALLED
129125

0 commit comments

Comments
 (0)