Skip to content
Snippets Groups Projects
Commit 922b98fb authored by Klaus Frank's avatar Klaus Frank
Browse files

Fix typo

parent d2fd3f37
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
changed_when: command_res.stdout.find('there is nothing to do') == -1
- name: PREREQUIREMENTS | Ubuntu
when: os_release.stdout.find("ID=ubuntu")
when: os_release.stdout.find("ID=ubuntu") != -1
block:
- name: PREREQUIREMENTS | Update package index (apt)
raw: apt update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment