added fire and forget
diff --git a/tasks/main.yml b/tasks/main.yml index fe3c77f..2b9f40f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -75,11 +75,13 @@ name: "{{ opdk_user_name }}" remove: yes state: absent + async: 45 + poll: 0 - name: Create the apigee group ignore_errors: yes group: name: "{{ opdk_group_name }}" state: absent - - + async: 45 + poll: 0