Skip to content

Commit a21e924

Browse files
committed
Run through yamllint
1 parent 180e220 commit a21e924

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

.yamllint

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
extends: default
3+
4+
rules:
5+
truthy: disable
6+
line-length:
7+
max: 200
8+
level: warning
9+
10+
ignore: |
11+
.travis.yml

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
# defaults file for ansible-role-nvidia-container-runtime
2+
# defaults file for ansible-role-nvidia-container-runtime

handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
# handlers file for ansible-role-nvidia-container-runtime
2+
# handlers file for ansible-role-nvidia-container-runtime

meta/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
galaxy_info:
23
author: Paul Mundt (pmundt)
34
description: Setup and configure the NVIDIA container runtime
@@ -25,5 +26,3 @@ galaxy_info:
2526
- nvidia
2627

2728
dependencies: []
28-
29-

tests/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
- hosts: localhost
33
remote_user: root
44
roles:
5-
- ansible-role-nvidia-container-runtime
5+
- ansible-role-nvidia-container-runtime

vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
# vars file for ansible-role-nvidia-container-runtime
3-
distribution: "{{ ansible_distribution|lower }}{{ ansible_distribution_version }}"
3+
distribution: "{{ ansible_distribution|lower }}{{ ansible_distribution_version }}"

0 commit comments

Comments
 (0)