forked from idealista/mysql_role
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs and requirements for selinux systems
For systems running selinux, the selinux package must be installed in the virtualenv, otherwise it fails to properly find the required system packages. See ansible/molecule#1724 for background.
- Loading branch information
Shaun Verch
committed
May 7, 2019
1 parent
240cfc8
commit 7b21cbd
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# This is required for molecule to work in a virtualenv on systems running | ||
# selinux. See https://github.com/ansible/molecule/issues/1724 for details. | ||
selinux==0.1.3 |