communishift: setting never tag to create efs role

Signed-off-by: David Kirwan <dkirwan@redhat.com>
Signed-off-by: Lenka Segura <lsegura@redhat.com>
Signed-off-by: Patrik Polakovic <ppolakov@redhat.com>
This commit is contained in:
David Kirwan
2022-08-11 12:10:42 +01:00
parent 0f31a890c4
commit 916c1cf419

View File

@@ -1,15 +1,16 @@
---
- name: EFS provisioning
tags:
- create_efs
community.aws.efs:
aws_access_key: "{{ communishift_efs_access_key }}"
aws_secret_key: "{{ communishift_efs_secret_key }}"
region: "{{ communishift_region }}"
state: present
name: "{{ communishift_efs_name }}"
tags:
name: communishift
region: "{{ communishift_region }}"
targets:
- subnet_id: "{{ communishift_subnet_id }}"
security_groups: [ "{{ communishift_security_group }}" ]
tags:
- never
- create_efs