CI: Fix airskiff node name
The airskiff job is looking for a node named "Ubuntu-Bionic", but the only node available in its nodeset is "primary". This change updates the playbook to use the proper name. Change-Id: Ib3a8de0918c7a9e5abb7fb71a20ae261f68b3259 Signed-off-by: Drew Walters <andrew.walters@att.com>
This commit is contained in:
parent
3d987309b8
commit
dfa51979c2
@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
- hosts: ubuntu-bionic
|
||||
- hosts: primary
|
||||
tasks:
|
||||
# Stop systemd-resolved service before starting docker.
|
||||
- name: stop systemd-resolved service
|
||||
|
Loading…
x
Reference in New Issue
Block a user