diff --git a/tasks/Windows.yml b/tasks/Windows.yml index 3176229..d072f1a 100644 --- a/tasks/Windows.yml +++ b/tasks/Windows.yml @@ -29,7 +29,7 @@ - name: Install common packages win_chocolatey: name: "{{ item }}" - state: installed + state: present with_items: - notepadplusplus.install - tailblazer