Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Jul 8, 2016
1 parent e7f697f commit 68013cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ unattended_upgrades__origins: []
# .. envvar:: unattended_upgrades__origins_lookup
#
# List of strings which are used to select different origin patterns depending
# on installd OS and its release. The first found match wins.
# on installed OS and its release. The first found match wins.
unattended_upgrades__origins_lookup:
- '{{ ansible_distribution + "_" + (ansible_distribution_release.split("/")[0]) }}'
- '{{ ansible_distribution }}'
Expand Down

0 comments on commit 68013cc

Please sign in to comment.