diff --git a/lib/ansible/modules/packaging/os/opkg.py b/lib/ansible/modules/packaging/os/opkg.py index 5e62b3fcdcf..70fc85e6eff 100644 --- a/lib/ansible/modules/packaging/os/opkg.py +++ b/lib/ansible/modules/packaging/os/opkg.py @@ -66,6 +66,9 @@ options: default: "no" choices: [ "yes", "no" ] notes: [] +requirements: + - opkg + - python ''' EXAMPLES = ''' - opkg: diff --git a/lib/ansible/modules/system/openwrt_init.py b/lib/ansible/modules/system/openwrt_init.py index 8acbe85f2de..858a7f10dcb 100644 --- a/lib/ansible/modules/system/openwrt_init.py +++ b/lib/ansible/modules/system/openwrt_init.py @@ -59,7 +59,7 @@ options: notes: - One option other than name is required. requirements: - - An OpenWrt system + - An OpenWrt system (with python) ''' EXAMPLES = '''