| commit | b37cc01bab959bb067367011785f17d1e930e325 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Mar 07 08:45:11 2017 -0500 |
| committer | Carlos Frias <friasc@google.com> | Tue Mar 07 08:45:11 2017 -0500 |
| tree | 0464715e315035a8e86df126d8afff5b86ef3111 | |
| parent | 0ccac96bab5bd494fa7ee4bdd7bbb4984e4a9abb [diff] |
removed unused commented out code
diff --git a/tasks/main.yml b/tasks/main.yml index 2357454..d47bfc7 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -4,12 +4,6 @@ group: name: "{{ opdk_group_name }}" state: present -# register: group_status -# -#- name: Cache group status -# cache: -# key: group_status -# value: "{{ group_status.state | lower == 'present' }}" - name: Create the apigee user become: yes