Skip to content

Commit e7911a3

Browse files
committed
Update task descriptions for clarity
1 parent 51a64cc commit e7911a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/deploy/tasks/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
dest: "{{ cloudwatch_agent.config_dir }}//cloudwatch-config-{{ tuxedo_user }}.json"
175175
trim_blocks: False
176176

177-
- name: "{{ tuxedo_user }} : Update CloudWatch agent configuration"
177+
- name: "{{ tuxedo_user }} : Add configuration for Tuxedo service group to CloudWatch agent"
178178
command:
179179
cmd: "{{ cloudwatch_agent.path }} -a append-config -m ec2 -s -c file:{{ cloudwatch_agent.config_dir }}//cloudwatch-config-{{ tuxedo_user }}.json"
180180

roles/deploy/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
dest: "{{ cloudwatch_agent.config_dir }}/cloudwatch-config.json"
3535
trim_blocks: False
3636

37-
- name: Update CloudWatch agent configuration
37+
- name: Start CloudWatch agent using primary configuration file
3838
command:
3939
cmd: "{{ cloudwatch_agent.path }} -a fetch-config -m ec2 -s -c file:{{ cloudwatch_agent.config_dir }}//cloudwatch-config.json"
4040

0 commit comments

Comments
 (0)