Skip to content

Commit 663bcf5

Browse files
committed
docs: add path example
1 parent a2e9549 commit 663bcf5

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Here is a list of all the default variables for this role, which are also availa
4444
```yaml
4545
---
4646
47+
4748
# Path to the environment file
4849
environment_file: /etc/environment
4950
# The environment file owner
@@ -54,6 +55,7 @@ environment_file_group: root
5455
#
5556
# environment_config:
5657
# LC_ALL: en_US.UTF-8
58+
# PATH: "/your/path:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games/"
5759
environment_config: {}
5860
5961
```

defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ environment_file_group: root
1111
#
1212
# environment_config:
1313
# LC_ALL: en_US.UTF-8
14+
# PATH: "/your/path:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games/"
1415
environment_config: {}

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ galaxy_info:
123123
# - jessie
124124
# - lenny
125125
# - squeeze
126-
# - wheezy categories:
126+
# - wheezy
127127
#
128128
# List tags for your role here, one per line. A tag is
129129
# a keyword that describes and categorizes the role.

0 commit comments

Comments
 (0)