-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16cdfa8
commit 6c1850e
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ In you own GitHub namespace, make the required changes. | |
|
||
I typically do that by cloning the repository (in your namespace) locally: | ||
|
||
``` | ||
```shell | ||
git clone [email protected]:YOURNAMESPACE/ansible-role-clamav.git | ||
``` | ||
|
||
|
@@ -39,19 +39,19 @@ Now you can start to edit on your laptop. | |
|
||
Install [molecule](https://molecule.readthedocs.io/en/stable/) and [Tox](https://tox.readthedocs.io/): | ||
|
||
``` | ||
```shell | ||
pip install molecule tox ansible-lint docker | ||
``` | ||
|
||
And run `molecule test`. If you want to test a specific distribution, set `image` and optionally `tag`: | ||
|
||
``` | ||
```shell | ||
image=centos tag=7 molecule test | ||
``` | ||
|
||
Once it start to work, you can test multiple version of Ansible: | ||
|
||
``` | ||
```shell | ||
image=centos tag=7 tox | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -187,7 +187,7 @@ | |
same "printed page" as the copyright notice for easier | ||
identification within third-party archives. | ||
|
||
Copyright 2023 Robert de Bock ([email protected]) | ||
Copyright 2024 Robert de Bock ([email protected]) | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters