Skip to content
Snippets Groups Projects
Unverified Commit 192a28f7 authored by TheRealDannyBoy's avatar TheRealDannyBoy
Browse files

Mistyped variable name

parent 4c435c5a
No related branches found
No related tags found
No related merge requests found
Pipeline #13323 failed
--- ---
- name: "Install system packages for Debian host" - name: "Install system packages for Debian host"
become: true become: true
when: ansible_facts['ansible_family'] == 'Debian' when: ansible_facts['ansible_os_family'] == 'Debian'
package: package:
name: name:
- "python3" - "python3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment