Remove tests for deprecated su and sudo. (#17697)

This commit is contained in:
Matt Clay
2016-09-21 15:12:26 -07:00
committed by GitHub
parent 0e85f88f8e
commit 3874e653c1
9 changed files with 0 additions and 164 deletions

View File

@@ -2,8 +2,6 @@
gather_facts: True
roles:
# In destructive because it creates and removes a user
- { role: test_sudo, tags: test_sudo}
#- { role: test_su, tags: test_su} # wait till su support is added to local connection, needs tty
- { role: test_become, tags: test_become}
- { role: test_service, tags: test_service }
# Current pip unconditionally uses md5. We can re-enable if pip switches