Skip to content

Commit

Permalink
Merge pull request #16 from atemp/master
Browse files Browse the repository at this point in the history
document vars plugin change
  • Loading branch information
gekmihesg committed Dec 7, 2019
2 parents 98cf3ae + ad28da6 commit da8f1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -26,7 +26,7 @@ Currently, the following modules have been implemented:
* uci (new)
* wait\_for\_connection (implicit)

To achieve all this, some monkey patching is involved (in case you wonder about the `filter_plugins`).
To achieve all this, some monkey patching is involved (in case you wonder about the `vars_plugins`).

Requirements
------------
Expand Down Expand Up @@ -132,7 +132,7 @@ Playbook:
Running the modules outside of a playbook is possible like this:

export ANSIBLE_LIBRARY=~/.ansible/roles/gekmihesg.openwrt/library
export ANSIBLE_FILTER_PLUGINS=~/.ansible/roles/gekmihesg.openwrt/filter_plugins
export ANSIBLE_VARS_PLUGINS=~/.ansible/roles/gekmihesg.openwrt/vars_plugins
ansible -i openwrt-hosts -m setup all

License
Expand Down

0 comments on commit da8f1ec

Please sign in to comment.