Fix lint (for now)
diff --git a/.ansible-lint b/.ansible-lint
new file mode 100644
index 0000000..641a480
--- /dev/null
+++ b/.ansible-lint
@@ -0,0 +1,6 @@
+---
+exclude_paths:
+ - kube_prometheus_stack/files/
+
+warn_list:
+ - yaml[line-length]
diff --git a/.config/ansible-lint.yml b/.config/ansible-lint.yml
deleted file mode 100644
index 15fb549..0000000
--- a/.config/ansible-lint.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-exclude_paths:
- - roles/kube_prometheus_stack/files/
-
-warn_list:
- - yaml[line-length]