Skip to content

Commit cd52980

Browse files
committed
feat: set default environment config as a dict
Merge branch 'master' of https://github.com/shanedroid/ansible-environment into feature/default-environment-config closes #5
2 parents b245644 + 4c71b35 commit cd52980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ environment_file_group: root
1010
#
1111
# environment_config:
1212
# LC_ALL: en_US.UTF-8
13-
environment_config:
13+
environment_config: {}

0 commit comments

Comments
 (0)