From 3b3f1cb3e0874ddf0eabe35622a5b48c22f1429a Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Tue, 30 May 2023 18:38:57 +0200 Subject: [PATCH] :fire: Remove useless code --- tests/includes/pre_common.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tests/includes/pre_common.yml b/tests/includes/pre_common.yml index 5d4da12..3af4289 100644 --- a/tests/includes/pre_common.yml +++ b/tests/includes/pre_common.yml @@ -19,20 +19,6 @@ register: ngrok changed_when: false -- name: LINEINFILE | Tune vimrc - ansible.builtin.lineinfile: - line: "set mouse=" - dest: "{{ item.path }}/.vimrc" - create: true - owner: "{{ item.owner }}" - group: "{{ item.owner }}" - mode: 0644 - loop: - - path: /root - owner: root - - path: /home/vagrant - owner: vagrant - - name: FILE | Create an internal SSL dir ansible.builtin.file: path: "{{ int_ansible_ssl_dir }}"