diff --git a/ci/dch-gw.jenkinsfile b/ci/dch-gw.jenkinsfile index 06f0372..84eba2d 100644 --- a/ci/dch-gw.jenkinsfile +++ b/ci/dch-gw.jenkinsfile @@ -38,6 +38,7 @@ pipeline { steps { ansiblePlaybook \ playbook: 'dhcpcd.yml', + limit: 'dch-gw', become: true, credentialsId: 'jenkins-ssh', vaultCredentialsId: 'ansible-vault',