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

@@ -26,7 +26,7 @@
- pem_chown.failed | bool
- "'No such file or directory' not in pem_chown.msg"
- name: touch mesh.properties to make sure it exists
- name: Touch mesh.properties to make sure it exists
ansible.builtin.file:
state: touch
path: "{{ mesh_properties_file }}"
@@ -35,7 +35,7 @@
mode: 0600
# check for lines starting with '!' and prefix them with #
- name: prefix properties files bangs with hashes
- name: Prefix properties files bangs with hashes
ansible.builtin.replace:
path: "{{ mesh_properties_file }}"
regexp: '^(\!.*)$'