diff --git a/playbooks/roles/bifrost-prep-for-install/tasks/main.yml b/playbooks/roles/bifrost-prep-for-install/tasks/main.yml index 2dba6d73e..036900d9f 100644 --- a/playbooks/roles/bifrost-prep-for-install/tasks/main.yml +++ b/playbooks/roles/bifrost-prep-for-install/tasks/main.yml @@ -13,6 +13,13 @@ # See the License for the specific language governing permissions and # limitations under the License. --- +- name: ensure installation root folder exists + file: + state: directory + dest: "{{ git_root }}" + owner: "{{ ansible_user_id }}" + group: "{{ ansible_user_gid }}" + - name: "Download via GIT" include: git_download.yaml when: ci_testing_zuul | bool == false and copy_from_local_path | bool == false