File tree 4 files changed +19
-6
lines changed
test-playbook-local-library
test-playbook-local-source
test-playbook-role-helper
4 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 1
- # test-playbook-local -source
1
+ # test-playbook-git -source
2
2
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
4
8
5
9
## Usage
6
10
Original file line number Diff line number Diff line change 1
- # test-playbook-local-source
1
+ # test-playbook-local-library
2
2
3
- Downloads the ` helloworld ` module binary and runs it from the playbook .
3
+ Runs the ` helloworld ` module which downloaded from remote location .
4
4
5
5
## Usage
6
6
Original file line number Diff line number Diff line change 2
2
3
3
Runs the ` helloworld ` module from the collection which is installed from the local directory source.
4
4
5
+ ## Requirements
6
+
7
+ * none
8
+
5
9
## Usage
6
10
7
11
```
Original file line number Diff line number Diff line change 1
- # test-playbook-local-source
1
+ # test-playbook-role-helper
2
2
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 `
4
9
5
10
## Usage
6
11
You can’t perform that action at this time.
0 commit comments