mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
openwrt_init / opkg: clearly state that python is required (#26471)
* openwrt_init: clearly state that python is required As python isn't installed by default on OpenWrt/LEDE, clearly state that python is required Signed-off-by: Etienne CHAMPETIER <echampetier@anevia.com> * opkg: clearly state that python is required As python isn't installed by default on OpenWrt/LEDE, clearly state that python is required Signed-off-by: Etienne CHAMPETIER <echampetier@anevia.com>
This commit is contained in:
parent
9e98140e2e
commit
f25637e07a
2 changed files with 4 additions and 1 deletions
|
@ -59,7 +59,7 @@ options:
|
|||
notes:
|
||||
- One option other than name is required.
|
||||
requirements:
|
||||
- An OpenWrt system
|
||||
- An OpenWrt system (with python)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue