Hello, I would like to check if it's possible to force deployment via 
ansible playbook with ECS modules?

*example:*
  cluster: test-cluster
  services: test-service
  region: us-east-2

I know it can be done via AWS CLI, but I want to do it with ansible.
AWS CLI command* - aws ecs update-service -cluster test-cluster --service 
test-service --force-new-deployment --region us-east-2*

Please help to find out if some of anible ecs module can do this?
So far, i found following modules, but none of those has options to force 
new deployment.
ECS modules: ecs_service, ecs_task, ecs_atribute, ecs_service_fact...

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/99700130-51bf-4064-b3bd-9bb3e8e41028%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to