Skip to content

Commit

Permalink
Cleaned out old compatibility check related to Debian 7
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed Feb 21, 2021
1 parent d742ead commit f806963
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tasks/checks/compatibility-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,3 @@
- docker_enable_mount_flag_fix | bool
- docker_daemon_config['live-restore'] is defined
- docker_daemon_config['live-restore']


# Issues related to specified URL http://pypi.python.org/simple/ which now must be https.
- name: Compatibility check - Fail if PiP is required due to issues getting it to work smooth in Debian Wheezy
fail:
msg: >
Make sure Docker SDK, docker-compose etc is already in place before using
this role on a host running Debian Wheezy.
when:
- _docker_os_dist == "Debian"
- _docker_os_dist_major_version | int == 7
- docker_stack | bool or
docker_sdk | bool or
docker_pip_upgrade | bool or
(docker_compose | bool and not docker_compose_no_pip | bool) or
docker_additional_packages_pip|length > 0

0 comments on commit f806963

Please sign in to comment.