mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 17:33:06 -06:00
task name, comments, and other general formatting updates
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
- molecule_yml is not defined
|
||||
no_log: true
|
||||
|
||||
- name: register_mesh_node
|
||||
- name: Register Mesh Node
|
||||
ansible.builtin.uri:
|
||||
url: '{{ atl_proxy_name }}/rest/api/latest/admin/git/mesh/nodes'
|
||||
method: POST
|
||||
@@ -38,7 +38,7 @@
|
||||
delay: 30
|
||||
no_log: True
|
||||
|
||||
- name: update_mesh_node
|
||||
- name: Update Mesh Node
|
||||
ansible.builtin.uri:
|
||||
url: '{{ atl_proxy_name }}/rest/api/latest/admin/git/mesh/nodes/{{ mesh_node_id }}'
|
||||
method: PUT
|
||||
@@ -59,7 +59,7 @@
|
||||
delay: 30
|
||||
no_log: True
|
||||
|
||||
- name: Remove orphan_vol lease_lock
|
||||
- name: Remove orphan_vol lease lock
|
||||
ansible.builtin.file:
|
||||
path: '{{ atl_shared_mountpoint }}/.{{ orphan_vol }}'
|
||||
state: absent
|
||||
|
||||
Reference in New Issue
Block a user