File: debops_common_install.py

package info (click to toggle)
python-mitogen 0.3.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,708 kB
  • sloc: python: 24,457; sh: 198; makefile: 74; perl: 19; ansic: 18
file content (11 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python

import ci_lib

ci_lib.run_batches([
    [
        'python -m pip --no-python-version-warning --disable-pip-version-check "debops[ansible]==2.1.2"',
    ],
])

ci_lib.run('ansible-galaxy collection install debops.debops:==2.1.2')