mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 01:43:06 -06:00
task name, comments, and other general formatting updates
This commit is contained in:
@@ -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: '^(\!.*)$'
|
||||
|
||||
Reference in New Issue
Block a user