diff --git a/tasks/main.yml b/tasks/main.yml index 99bac2c5a21cf11c10c1993242cd1df8f44829d4..8df3c5ea0a5fbf144e0d5e24b8f84147ddc984de 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -26,7 +26,7 @@ package: name: "{{ packages_to_install }}" state: latest - async: 300 + async: 900 poll: 10 when: not ansible_check_mode