blob: 598adcb5ec52cb291b4b8a98a4d037dd566929eb [file] [log] [blame]
Luca Prete57e76272017-12-11 14:15:08 -08001
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16---
17- name: Openflow Accton Agent Debian Archive
18 get_url:
19 url: https://github.com/onfsdn/atrium-docs/blob/master/16A/ONOS/builds/ofdpa_3.0.4.0+accton1.0~1-1_amd64.deb?raw=true
20 validate_certs: false
21 checksum: "sha256:e0b10051b2032454132c6634a0896883e1548e0c39b847ff10933e559b95a729"
22 dest: /mnt/onl/data/ofdpa_3.0.4.0+accton1.0~1-1_amd64.deb
23
24- name: Openflow Agent Installed
25 apt: deb="/mnt/onl/data/ofdpa_3.0.4.0+accton1.0~1-1_amd64.deb" force=true
26 when: not lsb_stat.stat.exists or dist.stdout == "0"