fix molecule keypair name
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-05-12 22:46:58 +02:00
parent 1f87a4c2c2
commit b36693caf6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
to_port: 0 to_port: 0
cidr_ip: '0.0.0.0/0' cidr_ip: '0.0.0.0/0'
keypair_name: "molecule_key_{{ molecule_yml.platforms }}" keypair_name: "molecule_key_{{ molecule_yml.platforms.name }}"
keypair_path: "{{ lookup('env', 'MOLECULE_EPHEMERAL_DIRECTORY') }}/ssh_key" keypair_path: "{{ lookup('env', 'MOLECULE_EPHEMERAL_DIRECTORY') }}/ssh_key"
tasks: tasks:
- name: Create security group - name: Create security group