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

Commit 027a587

Browse files
matej5Matej Stajduhar
andauthored
Avoiding-backup-validation-plan-due-to-IAM-issues (#2731)
Co-authored-by: Matej Stajduhar <matej.stajduhar@codeenigma.com>
1 parent 6610923 commit 027a587

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

roles/aws/aws_backup/tasks/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
loop_var: plan
6767
when: aws_backup.plans | length > 0
6868

69-
- name: Include aws backup validation role.
70-
ansible.builtin.include_role:
71-
name: aws/aws_backup_validation
69+
# Issues with IAM role after inline policies are passed
70+
#- name: Include aws backup validation role.
71+
# ansible.builtin.include_role:
72+
# name: aws/aws_backup_validation

0 commit comments

Comments
 (0)