Skip to content

Commit aa42e29

Browse files
committed
Fixed: There was no possibility to overwrite default variable values...
1 parent af21ef8 commit aa42e29

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

defaults/main.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
---
2-
# defaults file for users
2+
3+
technical_entrypoint: "/project/make.sh"
4+
enable_technical_entrypoint: true
5+
6+
technical_account: "tech.admin"
7+
technical_account_id: 1800
8+
technical_group: "technical"
9+
technical_group_id: 1161
10+
11+
users:
12+
accounts: []

vars/main.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)