aacccd441b
Tests several ways to specify the repository. For every repo added, the test asserts that: * the apt-cache was updated as expected (depends on `update_cache` parameter) * the PPA key was installed (depends on `repo` format)
9 lines
324 B
YAML
9 lines
324 B
YAML
- hosts: testhost
|
|
gather_facts: True
|
|
roles:
|
|
- { role: test_service, tags: test_service }
|
|
- { role: test_pip, tags: test_pip }
|
|
- { role: test_gem, tags: test_gem }
|
|
- { role: test_yum, tags: test_yum }
|
|
- { role: test_apt, tags: test_apt }
|
|
- { role: test_apt_repository, tags: test_apt_repository }
|