Skip to content

Commit

Permalink
SELinux is a depenceny.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Oct 12, 2020
1 parent e899916 commit 2393d52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The machine may need to be prepared using `molecule/resources/prepare.yml`:
roles:
- role: robertdebock.bootstrap
- role: robertdebock.selinux
```

For verification `molecule/resources/verify.yml` runs after the role has been applied.
Expand Down Expand Up @@ -179,6 +180,7 @@ The following roles can be installed to ensure all requirements are met, using `
```yaml
---
- robertdebock.bootstrap
- robertdebock.selinux

```
Expand Down
1 change: 1 addition & 0 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@

roles:
- role: robertdebock.bootstrap
- role: robertdebock.selinux
1 change: 1 addition & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
- robertdebock.bootstrap
- robertdebock.selinux

0 comments on commit 2393d52

Please sign in to comment.