Skip to content

Instantly share code, notes, and snippets.

@dhoeric
Created May 2, 2018 10:14
Show Gist options
  • Save dhoeric/b214f9cd98bb43c593ace2fb022f6cd5 to your computer and use it in GitHub Desktop.
Save dhoeric/b214f9cd98bb43c593ace2fb022f6cd5 to your computer and use it in GitHub Desktop.
[Ansible playbook to upgrade ecs-agent] #ansible #ecs
---
- name: Upgrade ecs services
hosts: xxx
user: ec2-user
tasks:
- yum:
name: "ecs-init"
state: latest
become: true
@dhoeric
Copy link
Author

dhoeric commented May 2, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment