pre-commit whitespace fixes

This commit is contained in:
Geoff Jacobs
2024-08-19 08:48:25 +10:00
parent 4ef2406948
commit 9b50436934
9 changed files with 52 additions and 52 deletions

View File

@@ -30,7 +30,7 @@
body_format: json
return_content: yes
register: output
until: output.status == 200
until: output.status == 200
retries: 6
delay: 15
failed_when: output is defined and output.json is defined and output.json.state != 'INITIALISING'
@@ -50,7 +50,7 @@
delay: 10
- name: create lock file
ansible.builtin.file:
ansible.builtin.file:
path: "{{ atl_product_home_shared }}/data/migration/import/lock.file"
state: touch
when: import_status.json.state == 'COMPLETED'