mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 17:33:06 -06:00
fix missing nfs.service symlink on AL2022
This commit is contained in:
@@ -4,3 +4,11 @@
|
||||
ansible.builtin.dnf:
|
||||
name:
|
||||
- nfs-utils
|
||||
|
||||
- name: Create nfs.service symlink to nfs-service.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
|
||||
|
||||
Reference in New Issue
Block a user