Skip to content

Commit 35e99e1

Browse files
committed
Fix failing tests
1 parent ef9dd4f commit 35e99e1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.ansible-lint

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
warn_list:
23
- '106'
34
- '306'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## gnu-parallel
22

33
[![CI](https://github.com/Oefenweb/ansible-gnu-parallel/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-gnu-parallel/actions?query=workflow%3ACI)
4-
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-gnu--parallel-blue.svg)](https://galaxy.ansible.com/Oefenweb/gnu-parallel)
4+
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-gnu--parallel-blue.svg)](https://galaxy.ansible.com/Oefenweb/gnu_parallel)
55

66
Set up the latest version of [GNU Parallel](https://www.gnu.org/software/parallel/) in Debian-like systems.
77

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
galaxy_info:
44
namespace: oefenweb
5-
role_name: gnu-parallel
5+
role_name: gnu_parallel
66
author: Mischa ter Smitten
77
company: Oefenweb.nl B.V.
88
description: Set up the latest version of GNU Parallel in Debian-like systems

0 commit comments

Comments
 (0)