task name, comments, and other general formatting updates

This commit is contained in:
Lee Goolsbee
2024-03-26 14:54:39 -05:00
parent b0824a858c
commit 6881bc1a89
12 changed files with 92 additions and 93 deletions

View File

@@ -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