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:
parent
fb8b8b5d87
commit
bae721cb24
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue