diff --git a/tasks/main.yml b/tasks/main.yml index 3168189..3faf414 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -9,12 +9,14 @@ - name: Update index files package: update_cache: true + timeout: 120 when: ansible_pkg_mgr not in ["zypper"] - name: Update index files package: name: zypper update_cache: true + timeout: 120 when: ansible_pkg_mgr in ["zypper"] ##############################################################################