From ef5de65f1a1fbdd6f83a86753d2e95775f2a0b72 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 2 Mar 2021 06:58:53 -0600 Subject: [PATCH] wttr: Trim example section. Add evil return code. --- tasks/general/acct_mgmt/users.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 4d87a75..9ea520c 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -100,12 +100,12 @@ Any "-" paramaters call the usage since this function does not take any options. Location is optional since the API can determine your connection'"'"'s location. Useful location types: - $zip_code | Ex: 12345 - $city,$state | Ex: Austin,Texas - @$domain_dot_extension | Ex: @github.com - ~$attraction_or_special_location | Ex: ~Manitou Incline + $zip_code | Ex: 12345 + $city,$state | Ex: Austin,Texas + @$domain_dot_extension | Ex: @github.com + ~$special_location | Ex: ~Manitou Incline Full documentation: https://github.com/chubin/wttr.in' - return + return 1 fi curl "https://wttr.in/${1//\ /+}" }