mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2025-02-16 12:38:28 +00:00
alien changes ;-)
This commit is contained in:
parent
6549a14014
commit
5ecb26666d
1 changed files with 30 additions and 33 deletions
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
- name: Ensure extra packages
|
||||
block:
|
||||
- name: Install global Composer packages.
|
||||
composer:
|
||||
command: "{{ (item.state | default('present') == 'absent') | ternary('remove', 'require') }}"
|
||||
|
@ -34,4 +32,3 @@
|
|||
user_install: false
|
||||
executable: "{{ item.executable | default(omit) }}"
|
||||
loop: "{{ gem_packages }}"
|
||||
tags: ['extra-packages']
|
||||
|
|
Loading…
Add table
Reference in a new issue