diff --git a/.ansible-lint b/.ansible-lint index a63c72e..bda53b5 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -8,3 +8,7 @@ profile: production # min, basic, moderate,safety, shared, production # option are parsed relative to the CWD of execution. exclude_paths: - .github/ + +# Offline mode enables installation of requirements.yml and schema refreshing +# needed by the community collection +offline: false diff --git a/requirements.yml b/requirements.yml new file mode 100644 index 0000000..fa97fd5 --- /dev/null +++ b/requirements.yml @@ -0,0 +1,4 @@ +--- +collections: +- name: community.docker +- name: community.crypto \ No newline at end of file