mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
ITOPS-2059 adding tags to tasks which only apply to new stacks so they can be skipped by clones
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
|
||||
atl_nfs_server_device: "{{ lookup('env', 'ATL_NFS_SERVER_DEVICE') }}"
|
||||
atl_nfs_fs_type: "xfs"
|
||||
atl_nfs_fs_label: "BB-Shared"
|
||||
atl_nfs_fs_type: "{{ lookup('env', 'ATL_NFS_FS_TYPE') or 'xfs' }}"
|
||||
atl_nfs_fs_label: "{{ lookup('env', 'ATL_NFS_FS_LABEL') or 'BB-Shared' }}"
|
||||
|
||||
Reference in New Issue
Block a user