Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed May 21, 2021
1 parent ef9dd4f commit 35e99e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
warn_list:
- '106'
- '306'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## gnu-parallel

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

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

Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
galaxy_info:
namespace: oefenweb
role_name: gnu-parallel
role_name: gnu_parallel
author: Mischa ter Smitten
company: Oefenweb.nl B.V.
description: Set up the latest version of GNU Parallel in Debian-like systems
Expand Down

0 comments on commit 35e99e1

Please sign in to comment.