summaryrefslogtreecommitdiff
path: root/test/integration/destructive.yml
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-09-30 22:06:28 -0700
committerGitHub <noreply@github.com>2016-09-30 22:06:28 -0700
commit21857e86184f8a8eee0cdad0a1e5688f9f08c53b (patch)
tree5be615be91fb02aa01f6ea39b7891dd7ec8be05a /test/integration/destructive.yml
parent60b322e3caa26f9e48b7d4009f884d1dda7fe71c (diff)
downloadansible-21857e86184f8a8eee0cdad0a1e5688f9f08c53b.tar.gz
Disable privileged mode on Shippable. (#17844)
Diffstat (limited to 'test/integration/destructive.yml')
-rw-r--r--test/integration/destructive.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/destructive.yml b/test/integration/destructive.yml
index e49cde6650..5dbdc649bd 100644
--- a/test/integration/destructive.yml
+++ b/test/integration/destructive.yml
@@ -3,7 +3,7 @@
roles:
# In destructive because it creates and removes a user
- { role: test_become, tags: test_become}
- - { role: test_service, tags: test_service }
+ - { role: test_service, tags: [test_service, needs_privileged] }
# Current pip unconditionally uses md5. We can re-enable if pip switches
# to a different hash or allows us to not check md5
- { role: test_pip, tags: test_pip, when: ansible_fips != True }
@@ -11,7 +11,7 @@
- { role: test_yum, tags: test_yum, when: ansible_python.version.major == '2' }
- { role: test_apt, tags: test_apt }
- { 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_postgresql, tags: [test_postgresql, test_postgresql_db, test_postgresql_privs, test_postgresql_user, needs_privileged] }
- { role: test_mysql_db, tags: test_mysql_db}
- { role: test_mysql_user, tags: test_mysql_user}
- { role: test_mysql_variables, tags: test_mysql_variables}