From cd27eb56c4a8fe958cab0fdb37ff5970c93e3df9 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 2 Aug 2022 23:49:49 -0500 Subject: [PATCH] fix: use correct indentation for `when` --- tasks/install-prereqs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/install-prereqs.yml b/tasks/install-prereqs.yml index cef3189..cca2fb0 100644 --- a/tasks/install-prereqs.yml +++ b/tasks/install-prereqs.yml @@ -13,7 +13,7 @@ - tcl-tk - openssh state: present - when: ansible_facts.distribution == 'MacOS' + when: ansible_facts.distribution == 'MacOS' - name: Install prereqs for Arch community.general.pacman: @@ -32,7 +32,7 @@ - gcc - automake state: present - when: ansible_facts.distribution == 'Archlinux' + when: ansible_facts.distribution == 'Archlinux' - name: Install prereqs for Debian based systems become: true