From 27cae608a565efdc379337287e65556f374c9110 Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Mon, 1 Apr 2024 14:29:58 +0300 Subject: [PATCH] fixes --- .mega-linter.yml | 4 ++-- README.md | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.mega-linter.yml b/.mega-linter.yml index f90d7da..f308dcd 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -7,8 +7,8 @@ ANSIBLE_DIRECTORY: . SPELL_LYCHEE_CONFIG_FILE: .lychee.toml REPOSITORY_CHECKOV_ARGUMENTS: --skip-check CKV_ANSIBLE_1,CKV_ANSIBLE_2,CKV_ANSIBLE_3,CKV2_ANSIBLE_1,CKV2_ANSIBLE_2 PRE_COMMANDS: - - command: pip3 install Pygments - cwd: "workspace" + - command: pip3 install --no-cache-dir Pygments + venv: rst-lint ANSIBLE_ANSIBLE_LINT_PRE_COMMANDS: - command: ansible-lint --version DOCKERFILE_HADOLINT_FILE_NAMES_REGEX: ["Dockerfile.+"] diff --git a/README.md b/README.md index b5755dc..8027ea4 100644 --- a/README.md +++ b/README.md @@ -86,11 +86,10 @@ An ansible collection with linux-related roles to perform various setups. ansible-galaxy collection install $(ls -1 | grep ".tar.gz") ``` - ## Usage -Create inventory and create playbook files. Include these roles into your playbook. These roles include example -playbooks and inventory files already. You can also find usage examples in readme files or `/example` sub-folders. +Create inventory, create playbook files including these roles. You can also find usage examples in readme files or +`/example` sub-folders. If you like it, please vote on [ansible galaxy page](https://galaxy.ansible.com/ui/repo/published/alexanderbazhenoff/linux/).