use a var for the nfs service name and adjust the value for azl2023

This commit is contained in:
bmeehan
2023-07-21 20:42:29 +10:00
parent 7baea6b580
commit 35df63687d
3 changed files with 5 additions and 8 deletions

View File

@@ -5,10 +5,6 @@
name:
- nfs-utils
- name: Create nfs.service symlink to nfs-server.service
ansible.builtin.file:
src: /usr/lib/systemd/system/nfs-server.service
dest: /usr/lib/systemd/system/nfs.service
owner: root
group: root
state: link
- name: set nfs service name to nfs-server.service
ansible.builtin.set_fact:
atl_nfs_service_name: "nfs-server.service"