mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-937: Fix var name.
This commit is contained in:
@@ -16,6 +16,6 @@
|
||||
opts: "rw,nfsvers={{ atl_nfs_version }},lookupcache=pos,noatime,intr,rsize=32768,wsize=32768,_netdev"
|
||||
state: mounted
|
||||
register: mount_result
|
||||
until: not mount.failed
|
||||
until: not mount_result.failed
|
||||
retries: 60
|
||||
delay: 5
|
||||
|
||||
Reference in New Issue
Block a user