mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
cleanup persoal crud
This commit is contained in:
parent
018ed6bba7
commit
0bcbb90abd
2 changed files with 1 additions and 10 deletions
|
@ -1,3 +1,2 @@
|
||||||
[all]
|
[all]
|
||||||
#127.0.0.1 ansible_connection=local
|
127.0.0.1 ansible_connection=local
|
||||||
192.168.2.49
|
|
||||||
|
|
8
main.yml
8
main.yml
|
@ -39,14 +39,6 @@
|
||||||
|
|
||||||
- import_tasks: tasks/extra-packages.yml
|
- import_tasks: tasks/extra-packages.yml
|
||||||
tags: ['extra-packages']
|
tags: ['extra-packages']
|
||||||
- name: Install global Ruby gems.
|
|
||||||
gem:
|
|
||||||
name: "{{ item.name | default(item) }}"
|
|
||||||
state: "{{ item.state | default('present') }}"
|
|
||||||
version: "{{ item.version | default(omit) }}"
|
|
||||||
user_install: false
|
|
||||||
executable: "{{ item.executable | default(omit) }}"
|
|
||||||
loop: "{{ gem_packages }}"
|
|
||||||
|
|
||||||
- import_tasks: tasks/dock.yml
|
- import_tasks: tasks/dock.yml
|
||||||
when: configure_dock
|
when: configure_dock
|
||||||
|
|
Loading…
Reference in a new issue