Skip to content

Commit

Permalink
Fixed Ansible Lint warnings (#75)
Browse files Browse the repository at this point in the history
In preparation for Molecule upgrade.
  • Loading branch information
freemanjp authored Mar 3, 2024
1 parent b263e5e commit b6cecb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ rules:
new-lines:
type: unix
trailing-spaces: disable
truthy: disable
truthy:
allowed-values: ['true', 'false', 'on']
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
url: '{{ bat_redis_url }}'
checksum: 'sha256:{{ bat_redis_sha256sum }}'
dest: '{{ bat_download_dir }}/{{ bat_redis_filename }}'
force: no
force: false
mode: 'u=rw,go=r'

- name: Install bat
become: yes
become: true
block:
- name: Install bat from local file
ansible.builtin.apt:
Expand Down

0 comments on commit b6cecb2

Please sign in to comment.