Skip to content

Commit

Permalink
lldap: rework lldap-reset tag
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 29, 2023
1 parent 286885e commit 5e7da7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/lldap/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
- name: Wait for 60 seconds
ansible.builtin.wait_for:
timeout: 60
when: ('authelia' in ansible_run_tags) or ('authelia-reset' in ansible_run_tags)
when: ('authelia' in ansible_run_tags) or ('authelia-reset' in ansible_run_tags) or ('lldap-reset' in ansible_run_tags)
3 changes: 1 addition & 2 deletions saltbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
- { role: btop, tags: ['saltbox', 'mediabox', 'feederbox', 'btop'] }
- { role: asshama, tags: ['asshama'] }
- { role: arr_db, tags: ['arr-db'] }
- { role: authelia, tags: ['authelia', 'authelia-reset'] }
- { role: authelia, tags: ['authelia', 'authelia-reset', 'lldap-reset'] }
- { role: autobrr, tags: ['autobrr'] }
- { role: autoheal, tags: ['autoheal'] }
- { role: autoscan, tags: ['autoscan'] }
Expand All @@ -68,7 +68,6 @@
- { role: grafana, tags: ['grafana'] }
- { role: jackett, tags: ['jackett'] }
- { role: jellyfin, tags: ['jellyfin'] }
- { role: lldap, tags: ['lldap', 'lldap-reset'] }
- { role: mainline, tags: ['mainline'] }
- { role: mariadb, tags: ['mariadb'] }
- { role: mongodb, tags: ['mongodb'] }
Expand Down

0 comments on commit 5e7da7a

Please sign in to comment.