Skip to content

Commit b074f05

Browse files
committed
chore: use fqcn for set_fact
1 parent 34d9a80 commit b074f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/os_hardening/tasks/minimize_access.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
mountpoints_list: "{{ mountpoints_list + ['/dev', '/dev/shm', '/run', '/tmp'] }}"
9797

9898
- name: Define filesystems variable
99-
set_fact:
99+
ansible.builtin.set_fact:
100100
filesystems:
101101
- path: /boot
102102
src: "{{ os_mnt_boot_src }}"
@@ -200,7 +200,7 @@
200200
passno: "{{ os_mnt_var_tmp_passno }}"
201201

202202
- name: Extract distinct groups from filesystems
203-
set_fact:
203+
ansible.builtin.set_fact:
204204
distinct_groups: "{{ filesystems | map(attribute='group') | unique | list }}"
205205

206206
- name: Ensure all distinct groups exist

0 commit comments

Comments
 (0)