Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ansible / netapp_eseries / santricity / vars / hubPreCheck.groovy
Size: Mime:
def call(Map optional) {
    if (optional.docker) {
        echo "Ensuring that Docker is available on the system."
        sh """
            docker --version
        """
    }
}