diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-05 12:47:00 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-05 12:47:00 -0400 |
| commit | d50cd1a77bf90a0d7941e97416412c5696b19721 (patch) | |
| tree | 6876dc9bf296c5521ed86d20e320abee2fc4cc36 | |
| parent | remove become (diff) | |
| download | ansible-d50cd1a77bf90a0d7941e97416412c5696b19721.tar.gz ansible-d50cd1a77bf90a0d7941e97416412c5696b19721.tar.bz2 ansible-d50cd1a77bf90a0d7941e97416412c5696b19721.zip | |
remove deprecated var
| -rw-r--r-- | roles/common/tasks/zsh.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common/tasks/zsh.yml b/roles/common/tasks/zsh.yml index aabcfac..cb02379 100644 --- a/roles/common/tasks/zsh.yml +++ b/roles/common/tasks/zsh.yml @@ -19,7 +19,7 @@ [ -r "$file" ] && source "$file" done fi - when: ansible_distribution == "Debian" + when: ansible_facts["distribution"] == "Debian" - name: Configure zsh copy: |