a065777baa
Change-Id: I399287f4cd46549f94bb272afab4600414311bae
17 lines
375 B
YAML
17 lines
375 B
YAML
- hosts: all
|
|
roles:
|
|
- run-devstack
|
|
|
|
tasks:
|
|
- name: Install requirements for metalsmith
|
|
pip:
|
|
name: -r /opt/stack/metalsmith/requirements.txt
|
|
extra_args: -c /opt/stack/requirements/upper-constraints.txt
|
|
become: true
|
|
|
|
- name: Install metalsmith
|
|
pip:
|
|
name: /opt/stack/metalsmith
|
|
editable: true
|
|
become: true
|