Skip to content

Commit

Permalink
Remove inconsistent apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Dec 18, 2023
1 parent 090ad4b commit bfc8a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/provision/tasks/system_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
name:
- qemu-guest-agent
state: present
when: "is_vm | bool"
when: is_vm | bool
notify: Ensure guest agent enabled

- name: Set hostname for VM if provided
Expand Down

0 comments on commit bfc8a70

Please sign in to comment.