Skip to content

Commit

Permalink
Comment out the config file creation for iLab (#8786)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 authored Nov 11, 2024
1 parent e1375b9 commit 758795f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ansible/roles/rad_setup_instructlab/tasks/50-dev-tools-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# - name: Install Java
# shell: sdk install java 21.0.5-tem

- name: Create config file
ansible.builtin.copy:
src: config.yaml
dest: "/home/{{ setup_instructlab_user }}/instructlab/config.yaml"
mode: u=rw,g=rw,o=
# - name: Create config file
# ansible.builtin.copy:
# src: config.yaml
# dest: "/home/{{ setup_instructlab_user }}/instructlab/config.yaml"
# mode: u=rw,g=rw,o=

- name: iLab setup
shell: |
Expand Down

0 comments on commit 758795f

Please sign in to comment.