diff options
author | Kevin Fenzi <kevin@scrye.com> | 2014-01-24 16:43:57 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2014-01-24 16:43:57 +0000 |
commit | 083b631c29186b3dd1cab45c97f33b0fad84a51a (patch) | |
tree | 6b68d6a206178e4eeb2c3ad1b66cde0c720ba696 | |
parent | 49c42fc8b2f0a073a523107b077ec530960bf8d6 (diff) | |
download | ansible-083b631c29186b3dd1cab45c97f33b0fad84a51a.tar.gz ansible-083b631c29186b3dd1cab45c97f33b0fad84a51a.tar.xz ansible-083b631c29186b3dd1cab45c97f33b0fad84a51a.zip |
Remove debug_env role from ask now.
-rw-r--r-- | playbooks/groups/ask.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/groups/ask.yml b/playbooks/groups/ask.yml index 2537b26bf..8de5586f2 100644 --- a/playbooks/groups/ask.yml +++ b/playbooks/groups/ask.yml @@ -28,7 +28,6 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - debug_env - base - rkhunter - denyhosts |