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 125669f commit c409e52Copy full SHA for c409e52
ansible/bootstrap.yml
@@ -311,7 +311,6 @@
311
- hosts: ansible_init
312
gather_facts: yes
313
become: yes
314
- environment: "{{ appliances_environment_vars }}"
315
tags: linux_ansible_init
316
tasks:
317
- name: Install ansible-init
ansible/portal.yml
@@ -21,6 +21,7 @@
21
- import_role:
22
name: openondemand
23
tasks_from: vnc_compute.yml
24
+ when: "{{ appliances_mode != 'configure' }}" # is run during build
25
26
- hosts: openondemand_jupyter
27
tags:
@@ -33,3 +34,4 @@
33
34
35
36
tasks_from: jupyter_compute.yml
37
0 commit comments