Skip to content
Snippets Groups Projects

Add ansible-lint and fix all warnings and errors

Merged Adrian K. requested to merge linting into master
All threads resolved!
5 files
+ 94
65
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
1
---
---
- name: restart gitlab
- name: restart gitlab
command: gitlab-ctl reconfigure
ansible.builtin.command: gitlab-ctl reconfigure
register: gitlab_restart
register: gitlab_restart
failed_when: 'gitlab_restart.rc != 0'
failed_when: 'gitlab_restart.rc != 0'
Loading