Skip to content

Commit 1246a09

Browse files
authored
Update main.tf
1 parent 7372a3d commit 1246a09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ resource "null_resource" "install_docker_and_create_user" {
7474
"echo 'runner:${var.runner_password}' | chpasswd", # Set the password for the runner user
7575
"usermod -aG docker runner", # Add 'runner' to 'docker' group
7676

77-
# Ensure the runner user can use Docker without sudo
78-
"newgrp docker"
7977
]
8078

8179
connection {

0 commit comments

Comments
 (0)