From c7d33017ac2a3db897dc47322e7d6ef53de65b78 Mon Sep 17 00:00:00 2001 From: Ryan Moriarty <24617283+rmoriar1@users.noreply.github.com> Date: Tue, 8 Jun 2021 18:23:23 +0000 Subject: [PATCH 1/2] Rename google-cloud-ops-agents-ansible role to remove hyphens --- .gitmodules | 4 ++-- roles/google-cloud-ops-agents-ansible | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 160000 roles/google-cloud-ops-agents-ansible diff --git a/.gitmodules b/.gitmodules index 6075984..be3a2a7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "roles/google-cloud-ops-agents-ansible"] - path = roles/google-cloud-ops-agents-ansible +[submodule "roles/google_cloud_ops_agents"] + path = roles/google_cloud_ops_agents url = git@github.com:GoogleCloudPlatform/google-cloud-ops-agents-ansible.git diff --git a/roles/google-cloud-ops-agents-ansible b/roles/google-cloud-ops-agents-ansible deleted file mode 160000 index 89053bb..0000000 --- a/roles/google-cloud-ops-agents-ansible +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 89053bba316dfcb7801ff3846910ae78206d8598 From 356ed513fb7dd6c25c4ff0fde94da74a8de85e5a Mon Sep 17 00:00:00 2001 From: Ryan Moriarty <24617283+rmoriar1@users.noreply.github.com> Date: Tue, 8 Jun 2021 18:25:04 +0000 Subject: [PATCH 2/2] re-add submodule --- .gitmodules | 2 +- roles/google_cloud_ops_agents | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 roles/google_cloud_ops_agents diff --git a/.gitmodules b/.gitmodules index be3a2a7..d2424a0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "roles/google_cloud_ops_agents"] path = roles/google_cloud_ops_agents - url = git@github.com:GoogleCloudPlatform/google-cloud-ops-agents-ansible.git + url = https://github.com/GoogleCloudPlatform/google-cloud-ops-agents-ansible.git diff --git a/roles/google_cloud_ops_agents b/roles/google_cloud_ops_agents new file mode 160000 index 0000000..5f7ecee --- /dev/null +++ b/roles/google_cloud_ops_agents @@ -0,0 +1 @@ +Subproject commit 5f7eceec6b8a8dcd79c10537b46ff7e2cc9cdc2b