We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2978eb commit 5df07ccCopy full SHA for 5df07cc
…uild-ecs-proxies/files/ecr_lifecyle.json …ild-ecs-proxies/files/ecr_lifecycle.jsonansible/roles/build-ecs-proxies/files/ecr_lifecyle.json renamed to ansible/roles/build-ecs-proxies/files/ecr_lifecycle.json
ansible/roles/build-ecs-proxies/tasks/build-container.yml
@@ -40,21 +40,6 @@
40
failed_when: false
41
changed_when: false
42
43
-- debug:
44
- msg:
45
- - "ROLE PATH = {{ role_path }}"
46
- - "BASE DIR = {{ base_dir }}"
47
- - "PWD = {{ lookup('env','PWD') }}"
48
-
49
-- name: List contents of the role directory
50
- ansible.builtin.command: "ls -R {{ role_path }}"
51
- register: ls_role
52
- changed_when: false
53
- failed_when: false
54
55
56
- var: ls_role.stdout_lines
57
58
- name: Apply lifecycle policy to ecr {{ service_id }}_{{ item }}
59
ansible.builtin.command:
60
cmd: >
0 commit comments