Remove trailing comma to align with other roles

Signed-off-by: Joshua Hemmings <josh@hemmings.ch>
Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
Joshua Hemmings 2024-01-09 09:17:00 +01:00 committed by Ionut Pruteanu
parent 46cd4b67eb
commit 1d609e10cb
No known key found for this signature in database
GPG key ID: 95B7D43B702B3569

View file

@ -31,7 +31,7 @@
src: "{{ item.device }}" src: "{{ item.device }}"
fstype: "{{ item.fstype }}" fstype: "{{ item.fstype }}"
state: present state: present
opts: defaults,{% if rhel9cis_rule_1_1_3_2 %}nodev,{% endif %}{% if rhel9cis_rule_1_1_3_3 %}nosuid,{% endif %} opts: defaults,{% if rhel9cis_rule_1_1_3_2 %}nodev,{% endif %}{% if rhel9cis_rule_1_1_3_3 %}nosuid{% endif %}
loop: "{{ ansible_facts.mounts }}" loop: "{{ ansible_facts.mounts }}"
loop_control: loop_control:
label: "{{ item.device }}" label: "{{ item.device }}"