From c48b7c994e49c38a32b13ceaff4f12a18e49ac3c Mon Sep 17 00:00:00 2001 From: Dan D Date: Wed, 20 Sep 2023 13:39:39 -0700 Subject: [PATCH] Fixes remount /tmp typo Signed-off-by: Dan D --- tasks/section_1/cis_1.1.2.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_1/cis_1.1.2.x.yml b/tasks/section_1/cis_1.1.2.x.yml index 7a1be4cd..d3b03846 100644 --- a/tasks/section_1/cis_1.1.2.x.yml +++ b/tasks/section_1/cis_1.1.2.x.yml @@ -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: