Skip to content

Commit

Permalink
New Version of OScap
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrobert committed Dec 13, 2023
1 parent d0bc198 commit cb79742
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ Basic usage is:
roles:
- role: stephrobert.openscap
vars:
content_version: 0.1.67
content_version: 0.1.71
install_content: false
install_oscap: true
oscap_version: 1.3.7
oscap_version: 1.3.9
reports_folder: /opt/openscap-reports
scan: false

Expand All @@ -87,8 +87,8 @@ Role default variables from `defaults/main.yml`.
|---------------|-------|
| install_content | False |
| install_oscap | True |
| oscap_version | 1.3.7 |
| content_version | 0.1.67 |
| oscap_version | 1.3.9 |
| content_version | 0.1.71 |
| scan | False |
| reports_folder | /opt/openscap-reports |

Expand Down
6 changes: 3 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
install_content: false
install_oscap: true
oscap_version: 1.3.7
content_version: "0.1.67"
oscap_version: 1.3.9
content_version: 0.1.71
scan: false
reports_folder: /opt/openscap-reports
reports_folder: /opt/openscap-reports

0 comments on commit cb79742

Please sign in to comment.