diff --git a/tasks/install_debian.yml b/tasks/install_debian.yml index 52d6da0..89435b5 100644 --- a/tasks/install_debian.yml +++ b/tasks/install_debian.yml @@ -234,8 +234,6 @@ delay: 10 notify: reload docker when: - - 'driver_url' is in docker_vgpu - - docker_vgpu.driver_url | default(None) is not none - docker_vgpu.driver_url | default(None) is string tags: - install-docker-nvidia @@ -248,8 +246,6 @@ validate_certs: false mode: '0644' when: - - 'license_url' is in docker_vgpu - - docker_vgpu.license_url | default(None) is not none - docker_vgpu.license_url | default(None) is string tags: - install-docker-nvidia diff --git a/tasks/install_redhat.yml b/tasks/install_redhat.yml index d73ab52..5b5d46b 100644 --- a/tasks/install_redhat.yml +++ b/tasks/install_redhat.yml @@ -260,8 +260,6 @@ delay: 10 notify: reload docker when: - - 'driver_url' is in docker_vgpu - - docker_vgpu.driver_url | default(None) is not none - docker_vgpu.driver_url | default(None) is string tags: - install-docker-nvidia @@ -274,8 +272,6 @@ validate_certs: false mode: '0644' when: - - 'license_url' is in docker_vgpu - - docker_vgpu.license_url | default(None) is not none - docker_vgpu.license_url | default(None) is string tags: - install-docker-nvidia