Skip to content

Commit d14a0a7

Browse files
Update jenkins-controller.pkr.hcl
correction the jenkins-controller.pkr.hcl
1 parent 09083c8 commit d14a0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-jenkins-setup/jenkins-controller.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build {
3030

3131
provisioner "ansible" {
3232
playbook_file = "ansible/jenkins-controller.yaml"
33-
ssh_username = "ubuntu"
33+
user = "ubuntu"
3434
extra_arguments = [ "--extra-vars", "ami-id=${var.ami_id} efs_mount_point=${var.efs_mount_point}", "--scp-extra-args", "'-O'", "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa" ]
3535
}
3636

0 commit comments

Comments
 (0)