@@ -148,13 +148,11 @@ def update_sertificate(String PLAYBOOK, String TARGET_DIR, String TARGET_HOST) {
ansiblePlaybook(
credentialsId: 'ansible',
playbook: PLAYBOOK,
+ disableHostKeyChecking: true,
extraVars: [
target_dir: TARGET_DIR,
TARGET_HOST: TARGET_HOST
],
- extras: [
- ansible_ssh_extra_args: '\'-o StrictHostKeyChecking=no\''
- ],
colorized: true)
}