Skip to content

Commit

Permalink
added profile var
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-ebert-sva committed May 3, 2024
1 parent 95c7237 commit bec1ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ users_group: users
users_default_shell: /bin/bash # # The default shell for a user if none is specified
users_create_homedirs: true # Create home dirs for new users? Set this to false if you manage home directories in some other way.

Check warning on line 5 in defaults/main.yaml

View workflow job for this annotation

GitHub Actions / Lint yaml files / Yaml-Lint

5:111 [line-length] line too long (129 > 110 characters)

Check warning on line 5 in defaults/main.yaml

View workflow job for this annotation

GitHub Actions / Lint yaml files / Yaml-Lint

5:111 [line-length] line too long (129 > 110 characters)
deletion_user_group: false
profile_name: ".bashrc"

# Lists of users to create and delete
users: []
Expand Down

0 comments on commit bec1ced

Please sign in to comment.