commit message from python script

This commit is contained in:
2023-07-14 17:54:39 +02:00
parent 2927b066a5
commit db3760cb35

View File

@@ -3,10 +3,10 @@
- name: "Install gitlab in Docker" - name: "Install gitlab in Docker"
gather_facts: true gather_facts: true
become: false become: false
hosts: ubuntu hosts: localhost
#connection: local connection: local
# vars: vars:
# ansible_user: jonnybravo ansible_user: jonnybravo
roles: roles:
- prereq_gitlab - prereq_gitlab
- docker_gitlab - docker_gitlab