diff --git a/ansible/roles/csr-preprod-refresh/tasks/csr-adhoc-schema-refresh-from-prod.yml b/ansible/roles/csr-preprod-refresh/tasks/csr-adhoc-schema-refresh-from-prod.yml index f40989f50..541b9d3ea 100644 --- a/ansible/roles/csr-preprod-refresh/tasks/csr-adhoc-schema-refresh-from-prod.yml +++ b/ansible/roles/csr-preprod-refresh/tasks/csr-adhoc-schema-refresh-from-prod.yml @@ -1,5 +1,4 @@ --- - - name: create script directory ansible.builtin.file: path: "{{ item }}" @@ -18,4 +17,4 @@ group: oinstall mode: "0700" loop: - - "prod_adhoc_db_schemas_export.sh" \ No newline at end of file + - "prod_adhoc_db_schemas_export.sh"