Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
role
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Dec 10, 2023
1 parent ee0e98a commit fac66a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
become: true
gather_facts: yes
roles:
- name: buluma.bootstrap
- name: buluma.setuptools
- name: buluma.timezone
- name: ansible-role-gitlab_ee
- role: buluma.bootstrap
- role: buluma.setuptools
- role: buluma.timezone
- role: ansible-role-gitlab_ee
8 changes: 4 additions & 4 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
changed_when: false
failed_when: false

- hosts: all
remote_user: root
become: true
tasks:
# - hosts: all

Check failure on line 42 in molecule/default/prepare.yml

View workflow job for this annotation

GitHub Actions / lint

yaml[comments-indentation]

Comment not indented like content
# remote_user: root
# become: true
# tasks:

Check failure on line 45 in molecule/default/prepare.yml

View workflow job for this annotation

GitHub Actions / lint

yaml[comments-indentation]

Comment not indented like content
- name: Cp -rfT /etc/skel /root
ansible.builtin.raw: |
set -eu
Expand Down

0 comments on commit fac66a4

Please sign in to comment.