diff --git a/tasks/config/bitwarden.yml b/tasks/config/bitwarden.yml index cd78d27..7b415f3 100644 --- a/tasks/config/bitwarden.yml +++ b/tasks/config/bitwarden.yml @@ -9,15 +9,12 @@ - name: Set bitwarden install method for MacOSX when: - - ansible_distribution == 'MacOSX' + - ansible_system == 'Darwin' ansible.builtin.set_fact: bitwarden: method: cask - name: Set bitwarden config - when: - - bitwarden.method == 'sys' or - bitwarden.method == 'cask' ansible.builtin.set_fact: bitwarden: pkg: "{{ pkgconfig.bitwarden[bitwarden.method] }}" diff --git a/tasks/config/ghostty.yml b/tasks/config/ghostty.yml index d7c9f4f..c59dd12 100644 --- a/tasks/config/ghostty.yml +++ b/tasks/config/ghostty.yml @@ -28,7 +28,7 @@ ansible.builtin.set_fact: ghostty: method: "{{ ghostty.method }}" - pkg: "{{ pkconfig.ghostty[ghostty.method] }}" + pkg: "{{ pkgconfig.ghostty[ghostty.method] }}" pkg_repo: "{{ pkgconfig.ghostty.pkg_repo[ansible_distribution] | default(omit) }}" - name: Set ghostty config for appimage install diff --git a/tasks/facts.yml b/tasks/facts.yml index 91deee3..3da3b7a 100644 --- a/tasks/facts.yml +++ b/tasks/facts.yml @@ -44,6 +44,7 @@ pkg_cask: [] # homebrew casks pkg_tap: [] # homebrew tap packages sys_pkg_become: false # homebrew doesn't require sudo access + lib_path: lib - name: Set paths ansible.builtin.set_fact: