Explorar o código

Updated files

fooser %!s(int64=7) %!d(string=hai) anos
pai
achega
44627ff770
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -19,7 +19,7 @@ pipeline {
         stage('Deploy') {
             steps {
                 echo 'Deploying....'
-                sh 'ansible-playbook -i dockerbox, ansible_playbook.yaml'
+                sh 'ansible-playbook -vvvv -i dockerbox, ansible_playbook.yaml'
             }
         }
     }