Add tags for modules without dedicated test roles.
This commit is contained in:
parent
9ad8132628
commit
bbffa0a0e9
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
- { 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 }
|
||||
- { role: test_postgresql, tags: test_postgresql}
|
||||
- { role: test_apt_repository, tags: [test_apt_repository, test_apt_key] }
|
||||
- { role: test_postgresql, tags: [test_postgresql, test_postgresql_db, test_postgresql_privs, test_postgresql_user] }
|
||||
- { role: test_mysql_db, tags: test_mysql_db}
|
||||
- { role: test_mysql_user, tags: test_mysql_user}
|
||||
- { role: test_mysql_variables, tags: test_mysql_variables}
|
||||
|
|
Loading…
Reference in a new issue