Browse Source

missprint

Tomishinets Vladimir 5 years ago
parent
commit
78cb272d24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OFFICERenewalWildcardJenkinsfile

+ 1 - 1
OFFICERenewalWildcardJenkinsfile

@@ -148,7 +148,7 @@ def update_sertificate(String PLAYBOOK, String TARGET_DIR, String TARGET_HOST) {
           ansiblePlaybook(
             credentialsId: 'ansible',
             playbook: PLAYBOOK,
-            hostKeyChecking: false,
+            hostKeyChecking: 'false',
             extraVars: [
               target_dir: TARGET_DIR,
               TARGET_HOST: TARGET_HOST