Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud authored Oct 21, 2024
1 parent 7372a3d commit 1246a09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ resource "null_resource" "install_docker_and_create_user" {
"echo 'runner:${var.runner_password}' | chpasswd", # Set the password for the runner user
"usermod -aG docker runner", # Add 'runner' to 'docker' group

# Ensure the runner user can use Docker without sudo
"newgrp docker"
]

connection {
Expand Down

0 comments on commit 1246a09

Please sign in to comment.