disable ansible syslog-logging in tests
This commit is contained in:
parent
6eae474e25
commit
7db9d6e6a8
|
|
@ -38,8 +38,16 @@ platforms:
|
||||||
|
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
config_options:
|
||||||
|
defaults:
|
||||||
|
remote_tmp: '/tmp'
|
||||||
|
no_target_syslog: true
|
||||||
verifier:
|
verifier:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
config_options:
|
||||||
|
defaults:
|
||||||
|
remote_tmp: '/tmp'
|
||||||
|
no_target_syslog: true
|
||||||
scenario:
|
scenario:
|
||||||
name: default
|
name: default
|
||||||
test_sequence:
|
test_sequence:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue