Browse Source

Fix ident errors in new playbooks

Vadim Rutkovsky 6 years ago
parent
commit
04321e9a53

+ 3 - 3
roles/openshift_gcp/tasks/deprovision.yml

@@ -49,7 +49,7 @@
   gcp_dns_managed_zone:
     auth_kind: serviceaccount
     scopes:
-      - https://www.googleapis.com/auth/ndev.clouddns.readwrite
+    - https://www.googleapis.com/auth/ndev.clouddns.readwrite
     service_account_file: "{{ openshift_gcp_iam_service_account_keyfile }}"
     project: "{{ openshift_gcp_project }}"
     name: "{{ dns_managed_zone | default(openshift_gcp_prefix + 'managed-zone') }}"
@@ -60,7 +60,7 @@
   gcp_dns_resource_record_set:
     auth_kind: serviceaccount
     scopes:
-      - https://www.googleapis.com/auth/ndev.clouddns.readwrite
+    - https://www.googleapis.com/auth/ndev.clouddns.readwrite
     service_account_file: "{{ openshift_gcp_iam_service_account_keyfile }}"
     project: "{{ openshift_gcp_project }}"
     name: "{{ openshift_master_cluster_public_hostname }}."
@@ -72,7 +72,7 @@
   gcp_dns_resource_record_set:
     auth_kind: serviceaccount
     scopes:
-      - https://www.googleapis.com/auth/ndev.clouddns.readwrite
+    - https://www.googleapis.com/auth/ndev.clouddns.readwrite
     service_account_file: "{{ openshift_gcp_iam_service_account_keyfile }}"
     project: "{{ openshift_gcp_project }}"
     name: "{{ entry_name }}"

+ 3 - 3
roles/openshift_gcp/tasks/main.yml

@@ -207,7 +207,7 @@
   gcp_dns_managed_zone:
     auth_kind: serviceaccount
     scopes:
-      - https://www.googleapis.com/auth/ndev.clouddns.readwrite
+    - https://www.googleapis.com/auth/ndev.clouddns.readwrite
     service_account_file: "{{ openshift_gcp_iam_service_account_keyfile }}"
     project: "{{ openshift_gcp_project }}"
     name: "{{ dns_managed_zone | default(openshift_gcp_prefix + 'managed-zone') }}"
@@ -218,7 +218,7 @@
   gcp_dns_resource_record_set:
     auth_kind: serviceaccount
     scopes:
-      - https://www.googleapis.com/auth/ndev.clouddns.readwrite
+    - https://www.googleapis.com/auth/ndev.clouddns.readwrite
     service_account_file: "{{ openshift_gcp_iam_service_account_keyfile }}"
     project: "{{ openshift_gcp_project }}"
     name: "{{ openshift_master_cluster_public_hostname }}."
@@ -232,7 +232,7 @@
   gcp_dns_resource_record_set:
     auth_kind: serviceaccount
     scopes:
-      - https://www.googleapis.com/auth/ndev.clouddns.readwrite
+    - https://www.googleapis.com/auth/ndev.clouddns.readwrite
     service_account_file: "{{ openshift_gcp_iam_service_account_keyfile }}"
     project: "{{ openshift_gcp_project }}"
     name: "{{ entry_name }}"

+ 2 - 2
roles/openshift_gcp/tasks/remove_bootstrap.yml

@@ -55,7 +55,7 @@
   gcp_dns_managed_zone:
     auth_kind: serviceaccount
     scopes:
-      - https://www.googleapis.com/auth/ndev.clouddns.readwrite
+    - https://www.googleapis.com/auth/ndev.clouddns.readwrite
     service_account_file: "{{ openshift_gcp_iam_service_account_keyfile }}"
     project: "{{ openshift_gcp_project }}"
     name: "{{ dns_managed_zone | default(openshift_gcp_prefix + 'managed-zone') }}"
@@ -66,7 +66,7 @@
   gcp_dns_resource_record_set:
     auth_kind: serviceaccount
     scopes:
-      - https://www.googleapis.com/auth/ndev.clouddns.readwrite
+    - https://www.googleapis.com/auth/ndev.clouddns.readwrite
     service_account_file: "{{ openshift_gcp_iam_service_account_keyfile }}"
     project: "{{ openshift_gcp_project }}"
     name: "{{ openshift_master_cluster_public_hostname }}."