test_x
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-02-27 12:14:56 +01:00
parent 2927f6a261
commit d5e9b9e32c
2 changed files with 2 additions and 2 deletions

View File

@ -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') }}"

View File

@ -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