Skip to content

Commit

Permalink
Fix output for check of distro
Browse files Browse the repository at this point in the history
  • Loading branch information
BrutalBirdie committed May 1, 2021
1 parent 4833f29 commit f2ebbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/checkvars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
when: bbb_greenlight_enable
- name: check distribution
debug:
msg: "distribution should be bionic and was detected as {{ ansible_distribution_release }}"
msg: "distribution should be xenial and was detected as {{ ansible_distribution_release }}"
failed_when: ansible_distribution_release | lower != 'xenial'
rescue:
- name: CHECK YOUR VARIABLES!
Expand Down

0 comments on commit f2ebbbe

Please sign in to comment.