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"
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