diff --git a/roles/crowdsec/tasks/install.yml b/roles/crowdsec/tasks/install.yml index 6e2bb6f..aff0bca 100644 --- a/roles/crowdsec/tasks/install.yml +++ b/roles/crowdsec/tasks/install.yml @@ -27,9 +27,11 @@ chdir: /tmp/crowdsec-v{{ cs_version }}/ notify: restart crowdsec - - name: Update crowdsec hub - command: cscli hub update + tags: cs +- name: Update crowdsec hub + command: cscli hub update + changed_when: False tags: cs - name: Create the systemd unit snippet dir