This commit is contained in:
parent
2927f6a261
commit
d5e9b9e32c
@ -3,7 +3,7 @@
|
||||
hosts: localhost
|
||||
connection: local
|
||||
gather_facts: false
|
||||
no_log: "{{ not (lookup('env', 'MOLECULE_DEBUG') | bool or molecule_yml.provisioner.log|default(false) | bool) }}"
|
||||
#no_log: "{{ not (lookup('env', 'MOLECULE_DEBUG') | bool or molecule_yml.provisioner.log|default(false) | bool) }}"
|
||||
vars:
|
||||
ssh_port: 22
|
||||
ssh_user: "{{ lookup('env', 'USER') }}"
|
||||
|
@ -7,7 +7,7 @@ lint:
|
||||
name: yamllint
|
||||
enabled: False
|
||||
platforms:
|
||||
- name: instance
|
||||
- name: gce-centos-7
|
||||
zone: europe-north1-a
|
||||
machine_type: f1-micro
|
||||
image: centos-7
|
||||
|
Loading…
Reference in New Issue
Block a user