1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

remove "OS not supported" broken conditional

This (flawed) error msg is universally deceptive/distracting to new installers.
This commit is contained in:
A Holt 2017-09-18 23:43:59 -04:00 committed by georgejhunt
parent fb8b8b5d87
commit bae721cb24

View file

@ -3,10 +3,6 @@
is_F18: True
when: ansible_distribution_release == "based on Fedora 18" or ansible_distribution_version == "18"
- name: abort if the OS is not supported
debug: msg="{{ ansible_local.local_facts.os }} Operating System is not supported"
failed_when: ansible_local.local_facts.os_ver == "OS_not_supported"
- name: get the uuidgen program
package: name=uuid-runtime
state=present