We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c52a91 commit 55f1253Copy full SHA for 55f1253
roles/code/tasks/main.yml
@@ -17,8 +17,8 @@
17
include_tasks: install.yml
18
when: code_installed is undefined
19
20
- - name: Enable/Disable/Reload NGINX for code, if nginx_enabled
21
- include_tasks: nginx.yml
+ - name: Enable/Disable/Reload NGINX for COTG
+ include_tasks: enable-or-disable.yml
22
23
- name: Add 'code' variable values to {{ iiab_ini_file }}
24
ini_file:
0 commit comments