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 - tcl-tk
- openssh - openssh
state: present state: present
when: ansible_facts.distribution == 'MacOS' when: ansible_facts.distribution == 'MacOS'
- name: Install prereqs for Arch - name: Install prereqs for Arch
community.general.pacman: community.general.pacman:
@ -32,7 +32,7 @@
- gcc - gcc
- automake - automake
state: present state: present
when: ansible_facts.distribution == 'Archlinux' when: ansible_facts.distribution == 'Archlinux'
- name: Install prereqs for Debian based systems - name: Install prereqs for Debian based systems
become: true become: true