From e4a0fab889bfc6100e15a69fd8fa83a7e54ccdc2 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 29 Jan 2021 16:33:04 -0500 Subject: [PATCH] Mention "Ansible Collections" dep changes --- roles/0-init/tasks/validate_vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/0-init/tasks/validate_vars.yml b/roles/0-init/tasks/validate_vars.yml index bded743e7..25b0fda19 100644 --- a/roles/0-init/tasks/validate_vars.yml +++ b/roles/0-init/tasks/validate_vars.yml @@ -39,7 +39,7 @@ # # 2021-01-29 - ansible-base 2.10.5 (1) is more strict about empty string vars # (2) no longer supports "when: myvar is boolean", "is integer" & "is float" -# (3) brings yet more "Ansible collection" dependency changes (undocumented!) +# (3) brings yet more "Ansible Collections" dependency changes (undocumented!) # Details: https://github.com/iiab/iiab/pull/2672 (see also #2669) # 3. "How do i fail a task in Ansible if the variable contains a boolean value?