Unlock builder account;Revert debug user
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-02 11:42:39 +01:00
parent 3b644541dd
commit 567749e74d
2 changed files with 1 additions and 5 deletions

View File

@ -221,7 +221,7 @@
}
],
"password": "{{user `password`}}",
"shutdown_command": "echo '{{user `ssh_password`}}' | sudo -S -E sh -c 'usermod -L {{user `ssh_username`}} && {{user `shutdown_command`}}'",
"shutdown_command": "echo '{{user `ssh_password`}}' | sudo -S -E sh -c '{{user `shutdown_command`}}'",
"ssh_password": "{{user `ssh_password`}}",
"ssh_timeout": "4h",
"ssh_username": "{{user `ssh_username`}}",