mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
address a stack of linting warnings/errors and deprecations
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
name: "amazon-cloudwatch-agent.service"
|
||||
daemon_reload: true
|
||||
enabled: true
|
||||
when: atl_aws_agent_restart
|
||||
when: atl_aws_agent_restart | bool
|
||||
|
||||
- name: Restart CloudWatch Agent
|
||||
ansible.builtin.systemd:
|
||||
name: "amazon-cloudwatch-agent.service"
|
||||
enabled: true
|
||||
state: restarted
|
||||
when: atl_aws_agent_restart
|
||||
when: atl_aws_agent_restart | bool
|
||||
|
||||
Reference in New Issue
Block a user