Skip to content

Commit

Permalink
Run through yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
pmundt committed Dec 12, 2020
1 parent 180e220 commit a21e924
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
11 changes: 11 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
extends: default

rules:
truthy: disable
line-length:
max: 200
level: warning

ignore: |
.travis.yml
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
# defaults file for ansible-role-nvidia-container-runtime
# defaults file for ansible-role-nvidia-container-runtime
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
# handlers file for ansible-role-nvidia-container-runtime
# handlers file for ansible-role-nvidia-container-runtime
3 changes: 1 addition & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
galaxy_info:
author: Paul Mundt (pmundt)
description: Setup and configure the NVIDIA container runtime
Expand Down Expand Up @@ -25,5 +26,3 @@ galaxy_info:
- nvidia

dependencies: []


2 changes: 1 addition & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- hosts: localhost
remote_user: root
roles:
- ansible-role-nvidia-container-runtime
- ansible-role-nvidia-container-runtime
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
# vars file for ansible-role-nvidia-container-runtime
distribution: "{{ ansible_distribution|lower }}{{ ansible_distribution_version }}"
distribution: "{{ ansible_distribution|lower }}{{ ansible_distribution_version }}"

0 comments on commit a21e924

Please sign in to comment.