Assert running on a valid distro

This commit is contained in:
2020-03-02 11:52:45 +01:00
parent 556fb8424d
commit a952d8bb08

View File

@@ -14,6 +14,10 @@
tags: tags:
- always - always
- name: Check for valid distro
assert:
that: distro in ('fedora', 'ubuntu')
- block: - block:
- block: - block:
- name: Update apt cache - name: Update apt cache