Skip to content

Commit

Permalink
Parentheses? What are parentheses?
Browse files Browse the repository at this point in the history
- Re: pr25-fix-intermittent-non-zero-return-code
  • Loading branch information
ctorgalson committed Jun 16, 2022
1 parent 71767b4 commit 1e16047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- name: "Test | prepare plugin dir mode for tests."
ansible.builtin.set_fact:
fact__plugin_dir_mode: "{{ (ansible_distribution_version == '22.04')|ternary('0755', '0775') }}"
fact__helptags_mode: "{{ (ansible_distribution_version == '22.04')|ternary('0644', '0664' }}"
fact__helptags_mode: "{{ (ansible_distribution_version == '22.04')|ternary('0644', '0664') }}"

- name: "Test | prepare package, file, directory, and plugin vars for tests."
ansible.builtin.set_fact:
Expand Down

0 comments on commit 1e16047

Please sign in to comment.