From e802700b3794aed7a64318abeda7046caab72565 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 11 Jun 2019 09:39:29 +0200 Subject: [PATCH] add local later config file --- .gitignore | 8 ++++++++ .later.yml | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 .later.yml diff --git a/.gitignore b/.gitignore index 5c199eb..5becda8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ # ---> Ansible *.retry +filter/plugins/ +library + +# ---> Python +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class diff --git a/.later.yml b/.later.yml new file mode 100644 index 0000000..9927d9b --- /dev/null +++ b/.later.yml @@ -0,0 +1,4 @@ +--- +rules: + exclude_filter: + - ANSIBLE0009