mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
communishift: debugging variable substitution
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:
@@ -3,13 +3,13 @@
|
||||
tags:
|
||||
- create_efs
|
||||
community.aws.efs:
|
||||
aws_access_key: "{{ communishift_efs_access_key }}"
|
||||
aws_secret_key: "{{ communishift_efs_secret_key }}"
|
||||
aws_access_key: {{ communishift_efs_access_key }}
|
||||
aws_secret_key: {{ communishift_efs_secret_key }}
|
||||
state: present
|
||||
name: "{{ communishift_efs_name }}"
|
||||
name: {{ communishift_efs_name }}
|
||||
tags:
|
||||
Name: communishift
|
||||
region: "{{ communishift_region }}"
|
||||
region: {{ communishift_region }}
|
||||
targets:
|
||||
- subnet_id: "{{ communishift_subnet_id }}"
|
||||
- subnet_id: {{ communishift_subnet_id }}
|
||||
security_groups: [ "{{ communishift_security_group }}" ]
|
||||
|
||||
Reference in New Issue
Block a user