cleanup persoal crud

This commit is contained in:
Paul van Noort 2021-05-27 19:10:58 +02:00
parent 018ed6bba7
commit 0bcbb90abd
2 changed files with 1 additions and 10 deletions

View file

@ -1,3 +1,2 @@
[all]
#127.0.0.1 ansible_connection=local
192.168.2.49
127.0.0.1 ansible_connection=local

View file

@ -39,14 +39,6 @@
- import_tasks: tasks/extra-packages.yml
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
when: configure_dock