macroom: show text username input on login screen
This commit is contained in:
parent
b568e44b8e
commit
6d9398d67c
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,13 @@
|
|||
group: admin
|
||||
commands: ALL
|
||||
|
||||
- name: Show username text box on login screen
|
||||
command: defaults write /Library/Preferences/com.apple.loginwindow SHOWFULLNAME -bool true
|
||||
changed_when: false
|
||||
|
||||
# domain join with (AD user must have permission to add computers):
|
||||
# sudo dsconfigad -domain fri1.uni-lj.si -username <AD user> -alldomains enable -force
|
||||
|
||||
- name: Download R
|
||||
get_url:
|
||||
url: https://cran.r-project.org/bin/macosx/base/R-4.2.1.pkg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue