fix: disable logs explicitly in molecule config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-02-04 22:42:39 +01:00
parent 08b7100257
commit c9bbcb1901
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,8 @@
ssh_user: root
ssh_path: "{{ lookup('env', 'MOLECULE_EPHEMERAL_DIRECTORY') }}/ssh_key"
tasks:
- debug:
msg: "{{ molecule_no_log }}"
- name: Create SSH key
user:
name: "{{ lookup('env', 'USER') }}"

View File

@ -19,5 +19,6 @@ provisioner:
env:
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
log: False
verifier:
name: testinfra