Skip to content

Commit

Permalink
Fix indentation and typos, and also clarify language
Browse files Browse the repository at this point in the history
Co-authored-by: dav3r <david.redmin@gwe.cisa.dhs.gov>
  • Loading branch information
bra1ncramp and dav3r authored Sep 20, 2023
1 parent 34cac88 commit 438f303
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/harden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
name: Hardening tasks
become: yes
become_method: ansible.builtin.sudo
# Install Banner after hardening instead of during base.yml setup.
# The hardening script sets the banner acccording to CIS guidlines.
# Install login banner after hardening instead of during base.yml setup
# since the hardening script modifies the banner according to CIS guidelines
# and we want to customize it after that.
tasks:
- name: Harden system
ansible.builtin.include_role:
Expand Down

0 comments on commit 438f303

Please sign in to comment.