Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit eb289dd

Browse files
Merge pull request #50 from hifis-net/dependabot/pip/ansible-lint-6.8.2
Bump ansible-lint from 6.5.2 to 6.8.2
2 parents 8395243 + ae7bcc3 commit eb289dd

3 files changed

Lines changed: 47 additions & 44 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ verify_ssl = true
1010

1111
[dev-packages]
1212
yamllint = "~=1.28.0"
13-
ansible-lint = "~=6.5.2"
13+
ansible-lint = "~=6.8.2"
1414
molecule = {extras = ["docker"], version = "~=4.0.1"}
1515
reuse = "~=1.0.0"
1616

Pipfile.lock

Lines changed: 45 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
- name: Continue if Redis is not installed or versions are not equal.
5959
when: not redis_server_installed.stat.exists or not is_redis_server_version_equal
6060
block:
61-
- name: Download and extract redis-{{ redis_version }}.tar.gz
61+
- name: Download and extract redis-{{ redis_version }}
6262
become: yes
6363
ansible.builtin.unarchive:
6464
src: "{{ redis_download_url }}"

0 commit comments

Comments
 (0)