From db3760cb355697d1e7d302a179c5a1054618371b Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Fri, 14 Jul 2023 17:54:39 +0200 Subject: [PATCH] commit message from python script --- gitlab/create_gitlab.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gitlab/create_gitlab.yml b/gitlab/create_gitlab.yml index 7d786b2..07d3051 100755 --- a/gitlab/create_gitlab.yml +++ b/gitlab/create_gitlab.yml @@ -3,10 +3,10 @@ - name: "Install gitlab in Docker" gather_facts: true become: false - hosts: ubuntu - #connection: local - # vars: - # ansible_user: jonnybravo + hosts: localhost + connection: local + vars: + ansible_user: jonnybravo roles: - prereq_gitlab - docker_gitlab