fix: use correct indentation for when

This commit is contained in:
Price Hiller 2022-08-02 23:49:49 -05:00
parent 25ceec5e73
commit cd27eb56c4

View File

@ -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