Skip to content

Commit

Permalink
Also remove quotes from the verifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Dec 16, 2021
1 parent 8d38bce commit ef6e5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- name: check if locale has been set
ansible.builtin.lineinfile:
dest: "{{ locale_configuration_file }}"
line: 'LANG="de_AT.UTF-8"'
line: 'LANG=de_AT.UTF-8'
check_mode: yes
register: locale_test_one
failed_when:
Expand Down

0 comments on commit ef6e5fa

Please sign in to comment.