Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 3bbad90

Browse files
author
Matej Stajduhar
committed
Moving-iam-policy-2
1 parent 36addb3 commit 3bbad90

File tree

1 file changed

+0
-9
lines changed
  • roles/aws/aws_backup_validation/tasks

1 file changed

+0
-9
lines changed

roles/aws/aws_backup_validation/tasks/main.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@
1010
ansible.builtin.set_fact:
1111
_acc_id: "{{ _acc_id.stdout | from_json }}"
1212

13-
- name: Create policy from template.
14-
ansible.builtin.template:
15-
src: "{{ aws_iam_role.policy_document_document_policy.json.j2 }}"
16-
dest: "/etc/policy.json"
17-
owner: root
18-
group: root
19-
mode: 0644
20-
when:
21-
2213
- name: Create a role and attach policies for {{ item.name }} event.
2314
ansible.builtin.include_role:
2415
name: aws/aws_iam_role

0 commit comments

Comments
 (0)