tripleo-quickstart/ci-scripts/usbkey/usb_requirements.txt
Gael Chamoulaud 70c27f4346 Update OOOQ to ansible 2.2
- Ansible 2.2 removed some deprecations:
  * with_ 'bare variable' handling, now loop items must always be
    templated {{ }} or they will be considered as plain strings.
  * skipping task on 'missing attribute' in loop variable, now in a loop an
    undefined attribute will return an error instead of skipping the task.
  * skipping on undefined variables in loop, now loops will have to define a
    variable or use |default to avoid errors.

Change-Id: Ic751ae1111f3083aa3188afe625bbd07bb4c02a0
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2016-12-12 20:36:50 +00:00

8 lines
91 B
Plaintext

# General requirements
ansible==2.2.0.0
netaddr>=0.7.18
pbr>=1.6
setuptools>=11.3
# Roles