From bdc62b71699265083e6d0c9c72b4436267fee656 Mon Sep 17 00:00:00 2001 From: Dan D Date: Mon, 18 Sep 2023 10:31:39 -0700 Subject: [PATCH] Fixes remount /tmp typo --- 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: