Skip to content

Commit 1d98741

Browse files
committedJul 12, 2022
Update readmes in test-playbook-* dirs
1 parent f5f77b7 commit 1d98741

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed
 

‎test-playbook-git-source/README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# test-playbook-local-source
1+
# test-playbook-git-source
22

3-
Runs the `helloworld` module from the collection which is installed from the local directory source.
3+
Runs the `helloworld` module from the collection which is installed from the remote git repository.
4+
5+
## Requirements
6+
7+
* none
48

59
## Usage
610

‎test-playbook-local-library/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# test-playbook-local-source
1+
# test-playbook-local-library
22

3-
Downloads the `helloworld` module binary and runs it from the playbook.
3+
Runs the `helloworld` module which downloaded from remote location.
44

55
## Usage
66

‎test-playbook-local-source/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Runs the `helloworld` module from the collection which is installed from the local directory source.
44

5+
## Requirements
6+
7+
* none
8+
59
## Usage
610

711
```

‎test-playbook-role-helper/README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# test-playbook-local-source
1+
# test-playbook-role-helper
22

3-
Runs the `helloworld` module from the collection which is installed from the local directory source.
3+
Runs the `helloworld` module which is installed by a "helper" role which is distributed as part of the collection.
4+
5+
## Requirements
6+
7+
* Go must be installed on the ansible controller
8+
* The role checks for the presence of `go` executable by running `go version`
49

510
## Usage
611

0 commit comments

Comments
 (0)
Please sign in to comment.