Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #222 and tidy up #224

Merged
merged 3 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/OS.tfvars

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/github_networks.tf

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/github_vars.tfvars

This file was deleted.

80 changes: 0 additions & 80 deletions .github/workflows/main.tf

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/terraform.tfvars

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/variables.tf

This file was deleted.

2 changes: 1 addition & 1 deletion tasks/fix-cat2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1843,7 +1843,7 @@
ansible.posix.mount:
path: /boot/efi
state: mounted
src: "{{ boot_efi_mount.device }}"
src: "UUID={{ boot_efi_mount.uuid }}"
fstype: "{{ boot_efi_mount.fstype }}"
opts: "{{ boot_efi_mount.options }},nosuid"
when:
Expand Down
3 changes: 1 addition & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
when:
- run_audit
tags:
- always
- run_audit

- name: Show Audit Summary
ansible.builtin.debug:
Expand All @@ -196,4 +196,3 @@
- run_audit
tags:
- run_audit
- always
1 change: 0 additions & 1 deletion tasks/pre_remediation_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
- run_audit
tags:
- goss_template
- always

- name: "Pre Audit | Run pre_remediation {{ benchmark }} audit"
ansible.builtin.shell: "{{ audit_conf_dir }}/run_audit.sh -v {{ audit_vars_path }} -o {{ pre_audit_outfile }} -g {{ group_names }}"
Expand Down