summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index d16b93b..22cc652 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,7 +11,7 @@ pipeline {
tasks:
- ping:
'''
- ansiblePlaybook playbook: 'main.yml'
+ sh (["ansible-playbook", "--limit", "'majordomo:!router-miran1.intr:!vpn-dh.majordomo.ru:!router4.intr!:!deprecated'", "main.yml"].join(" "))
}
}
}