Skip to content

Commit

Permalink
[ansible/playbook] Change message
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 28, 2023
1 parent e333cdf commit 435c55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- name: Check CPU architecture support
ansible.builtin.fail:
msg: "CPU architecture {{ ansible_architecture }} not supported"
msg: "CPU architecture {{ ansible_architecture }} not supported..."
when:
ansible_architecture == "armv6l" or
ansible_architecture == "armhf" or
Expand Down

0 comments on commit 435c55e

Please sign in to comment.