Oops
This commit is contained in:
parent
cdcbc99283
commit
7142c9af63
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@
|
|||
packages: "{{ common_packages + pacman_packages }}"
|
||||
when: is_arch
|
||||
|
||||
- name: Get full packages list (Ubuntu)
|
||||
ansible.builtin.set_fact:
|
||||
packages: "{{ common_packages + apt_packages }}"
|
||||
when: is_ubuntu
|
||||
|
||||
- name: Install packages (macOS)
|
||||
community.general.homebrew:
|
||||
name: "{{ packages }}"
|
||||
|
|
Loading…
Reference in a new issue