From b52dbddc176f2babc6632095d655fe1e60fc7a21 Mon Sep 17 00:00:00 2001 From: "Jeremy L. Gaddis" Date: Tue, 28 Mar 2017 06:42:44 -0400 Subject: [PATCH] Update requirements for seboolean module (fixes #23028) --- lib/ansible/modules/system/seboolean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/seboolean.py b/lib/ansible/modules/system/seboolean.py index 88014c2d49a..2759c24a569 100644 --- a/lib/ansible/modules/system/seboolean.py +++ b/lib/ansible/modules/system/seboolean.py @@ -49,7 +49,7 @@ options: choices: [ 'yes', 'no' ] notes: - Not tested on any debian based system -requirements: [ ] +requirements: [ libselinux-python, libsemanage-python ] author: "Stephen Fromm (@sfromm)" '''