Fix grenade multinode job

Run main task on primary only.

Change-Id: Ie8812bc1dab6f5b86ab86c71e4eec681737309ec
This commit is contained in:
Jens Harbott 2017-09-29 09:44:43 +00:00
parent d8a21c7ad6
commit e83b9ff0ee
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
- hosts: all
- hosts: primary
tasks:
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node

View File

@ -1,4 +1,4 @@
- hosts: all
- hosts: primary
name: Autoconverted job legacy-tempest-dsvm-neutron-multinode-full from old job
gate-tempest-dsvm-neutron-multinode-full-ubuntu-xenial-nv
tasks: