diff --git a/.ansible-lint b/.ansible-lint index 5246577..d53fdd0 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -6,3 +6,10 @@ exclude_paths: - .ansible-lint skip_list: - "package-latest" +mock_modules: + - community.general.shutdown + - ansible.posix.authorized_key + - community.docker.docker_container_exec + - community.general.filesize + - community.general.filesystem + - ansible.posix.mount diff --git a/README.md b/README.md index 0ef22c5..69b965d 100644 --- a/README.md +++ b/README.md @@ -148,3 +148,4 @@ Choose the numbered yaml-files to only select a portion of the roles. * TODO: install default dockers on jumpserver * TODO: get the linter to work * TODO: make linter run automatically +* TODO: only on PR?