Skip to content

Commit

Permalink
Manala up
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Aug 10, 2022
1 parent 4f01a11 commit 6d7325b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ system:
docker: true
ansible:
version: 2.11.12
ansible_lint:
ansible-lint:
version: 6.3.0
molecule:
version: 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion .manala/docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
build:
context: .
target: system
image: manala-ansible-roles:20220701071905
image: manala-ansible-roles:20220810163627
volumes:
- ../..:${DIR}
environment:
Expand Down
2 changes: 1 addition & 1 deletion .manala/make/help.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ help:
sectionsName[1] = "Commands" ; \
sectionsCount = 1 ; \
} \
/^[-a-zA-Z0-9_.@%\/]+:/ { \
/^[-a-zA-Z0-9_.@%\/+]+:/ { \
if (match(lastLine, /^## (.*)/)) { \
command = substr($$1, 1, index($$1, ":") - 1) ; \
section = substr(lastLine, RSTART + 3, index(lastLine, " - ") - 4) ; \
Expand Down

0 comments on commit 6d7325b

Please sign in to comment.