From 7437143766ca1584696fe6e828b25ed83930f478 Mon Sep 17 00:00:00 2001 From: Larry Smith Jr Date: Wed, 19 Dec 2018 09:52:21 -0500 Subject: Added Travis testing --- tests/.ansible-lint | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/.ansible-lint (limited to 'tests/.ansible-lint') diff --git a/tests/.ansible-lint b/tests/.ansible-lint new file mode 100644 index 0000000..7dfbb8f --- /dev/null +++ b/tests/.ansible-lint @@ -0,0 +1,2 @@ +skip_list: + - "503" -- cgit v1.2.3 From 0705868114999ad9506d81dd5a5919b3ba82aa17 Mon Sep 17 00:00:00 2001 From: Larry Smith Jr Date: Wed, 19 Dec 2018 10:40:58 -0500 Subject: Updated ansible lint skip list until further testing --- tests/.ansible-lint | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/.ansible-lint') diff --git a/tests/.ansible-lint b/tests/.ansible-lint index 7dfbb8f..301fac7 100644 --- a/tests/.ansible-lint +++ b/tests/.ansible-lint @@ -1,2 +1,4 @@ skip_list: + - "204" + - "301" - "503" -- cgit v1.2.3