mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 17:33:06 -06:00
modify nfs enable to use atl_nfs_service_name
This commit is contained in:
@@ -63,6 +63,6 @@
|
|||||||
|
|
||||||
- name: Enable NFS
|
- name: Enable NFS
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: nfs.service
|
name: "{atl_nfs_service_name}"
|
||||||
enabled: true
|
enabled: true
|
||||||
state: started
|
state: started
|
||||||
|
|||||||
Reference in New Issue
Block a user