Skip to content

Commit

Permalink
Fixes remount /tmp typo
Browse files Browse the repository at this point in the history
Signed-off-by: Dan D <[email protected]>
  • Loading branch information
dderemiah committed Sep 20, 2023
1 parent 17c7401 commit c48b7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/section_1/cis_1.1.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
state: present
fstype: "{{ item.fstype }}"
opts: defaults,{% if ubtu20cis_rule_1_1_2_2 %}nodev,{% endif %}{% if ubtu20cis_rule_1_1_2_3 %}noexec,{% endif %}{% if ubtu20cis_rule_1_1_2_4 %}nosuid{% endif %}
notify: remount tmp
notify: Remount tmp
with_items:
- "{{ ansible_mounts }}"
loop_control:
Expand Down

0 comments on commit c48b7c9

Please sign in to comment.