From 758795ff7dd6a85018c6299ad6d338b6ffe5c524 Mon Sep 17 00:00:00 2001 From: Daniel Oh Date: Mon, 11 Nov 2024 14:06:49 -0500 Subject: [PATCH] Comment out the config file creation for iLab (#8786) --- .../rad_setup_instructlab/tasks/50-dev-tools-setup.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible/roles/rad_setup_instructlab/tasks/50-dev-tools-setup.yml b/ansible/roles/rad_setup_instructlab/tasks/50-dev-tools-setup.yml index b6640ecf8c2..983158c027c 100644 --- a/ansible/roles/rad_setup_instructlab/tasks/50-dev-tools-setup.yml +++ b/ansible/roles/rad_setup_instructlab/tasks/50-dev-tools-setup.yml @@ -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: |