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