File tree Expand file tree Collapse file tree 6 files changed +16
-6
lines changed
Expand file tree Collapse file tree 6 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11---
2- # defaults file for ansible-role-nvidia-container-runtime
2+ # defaults file for ansible-role-nvidia-container-runtime
Original file line number Diff line number Diff line change 11---
2- # handlers file for ansible-role-nvidia-container-runtime
2+ # handlers file for ansible-role-nvidia-container-runtime
Original file line number Diff line number Diff line change 1+ ---
12galaxy_info :
23 author : Paul Mundt (pmundt)
34 description : Setup and configure the NVIDIA container runtime
@@ -25,5 +26,3 @@ galaxy_info:
2526 - nvidia
2627
2728dependencies : []
28-
29-
Original file line number Diff line number Diff line change 22- hosts : localhost
33 remote_user : root
44 roles :
5- - ansible-role-nvidia-container-runtime
5+ - ansible-role-nvidia-container-runtime
Original file line number Diff line number Diff line change 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 }}"
You can’t perform that action at this time.
0 commit comments