Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Apr 1, 2024
1 parent a85fa65 commit 27cae60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.+"]
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit 27cae60

Please sign in to comment.