added install docs for plugins

This commit is contained in:
2021-07-16 19:50:43 +04:00
parent b6d757d5e3
commit 326ebe1697

View File

@@ -133,7 +133,7 @@ p2prc --ls
p2prc --ni
```
### Using Plugins
# Using Plugins
This feature is still Under Development
#### Dependencies
@@ -147,5 +147,17 @@ This feature is still Under Development
ever the file ```ansible.cfg``` is located.
- Add or uncomment ```host_key_checking = False```
#### Run Test Cases
- Generate Test Case Ansible file
- ```make testcases```
- Enter inside plugin directory and run tests.
Note: That docker needs to installed and needs to run without
sudo. Refer the section install Docker.
- ```cd plugin```
- ```go test .```