Added updates from #115

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2024-02-20 10:39:54 +00:00
parent f6e26ffb98
commit 911f22491e
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
5 changed files with 6 additions and 4 deletions

View file

@ -97,7 +97,7 @@
- name: "PRELIM | Section 1.1 | Create list of mount points"
ansible.builtin.set_fact:
mount_names: "{{ ansible_mounts | map(attribute='mount') | list }}"
mount_names: "{{ ansible_facts.mounts | map(attribute='mount') | list }}"
tags:
- level1-server
- level1-workstation