File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2323 level: error
2424 comments:
2525 min-spaces-from-content: 1
26+ octal-values:
27+ forbid-implicit-octal: true
28+ forbid-explicit-octal: true
2629 comments-indentation: disable
2730 document-start: disable
2831 octal-values:
Original file line number Diff line number Diff line change 55 become : true
66
77- name : Deps | import bootstrap role
8- ansible.builtin.import_role :
8+ ansible.builtin.include_role :
99 name : robertdebock.bootstrap
10- become : true
10+ vars :
11+ bootstrap_become : true
Original file line number Diff line number Diff line change 4343 -r requirements-dev.txt
4444commands =
4545 yamllint .
46- flake8 --exclude =.poetry,.tox
46+ flake8 --exclude =.poetry,.tox,.ansible
4747 ansible-lint
4848[common-ansible-path]
4949setenv =
You can’t perform that action at this time.
0 commit comments