Mark Otting

Results 6 comments of Mark Otting

Just tested it, when running without the cluster parameter: ```ansible - name: "List all services in cluster {{ ecs_cluster }}" community.aws.ecs_service_info: # cluster: "{{ ecs_cluster }}" region: "{{ selected_region }}"...

+1 on this. It is currently not possible to deploy Ubuntu 24.04 on EC2 with the helper scripts (ie. cfn-signal). The issues are all related to deprecated imports that are...

NB: AWS support suggested installing Python 3.11, that works if you install the helper scripts from a virtual environment. I have a gist with that solution here: https://gist.github.com/b0tting/f1a83a8ecca42ae37cc2c40d6174cead

I think you are referencing using the import command to import an existing Rundeck job that already has these flags? If that is the case, I tried that, the tfstate...

This was merged by @fdevans in #140

Ansible tasks run successfully. I don't have definite proof that this solves the issue, I don't see tasks taking more time than expected (ie. timed backoffs), but I expect this...