commit | 87df07ccef2f91833dde095433af9951867e6511 | [log] [tgz] |
---|---|---|
author | Carlos Frias <cfrias@apigee.com> | Thu Sep 22 15:09:30 2016 -0400 |
committer | Carlos Frias <cfrias@apigee.com> | Thu Sep 22 15:09:30 2016 -0400 |
tree | 2e12c48ecf6816f141913bc9f8c035f38da20240 | |
parent | 131590495b2400389b938174332814352e26afee [diff] |
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