Skip to content

Commit

Permalink
chore: remove trailing spaces, make yamllint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
karras committed Nov 12, 2023
1 parent 1cd13a1 commit 2045c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ocis/molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
tasks:
- name: Check if ocis was successfully installed
ansible.builtin.command:
ocis version
ocis version
register: out
changed_when: false
failed_when: out.rc != 0

0 comments on commit 2045c77

Please sign in to comment.