summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy L. Gaddis <jeremy@gadd.is>2017-03-28 06:42:44 -0400
committerToshio Kuratomi <a.badger@gmail.com>2017-03-29 07:26:49 -0700
commitf0dd331a88157969adc486ac8f41937fdf5043fc (patch)
tree2c392382f5a03b3265fbcc959af61c085cf8a049
parent31a1f19cd8319a9f15fa284bfc5e21a697cf8cb1 (diff)
downloadansible-modules-core-f0dd331a88157969adc486ac8f41937fdf5043fc.tar.gz
Update requirements for seboolean module (fixes #23028)
(cherry picked from b52dbddc176f2babc6632095d655fe1e60fc7a21)
-rw-r--r--system/seboolean.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/seboolean.py b/system/seboolean.py
index 4581c133..63411f8a 100644
--- a/system/seboolean.py
+++ b/system/seboolean.py
@@ -44,7 +44,7 @@ options:
choices: [ 'yes', 'no' ]
notes:
- Not tested on any debian based system
-requirements: [ ]
+requirements: [ libselinux-python, libsemanage-python ]
author: "Stephen Fromm (@sfromm)"
'''