Skip to content

Commit

Permalink
[Lazy] Small cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Dec 15, 2023
1 parent b7fc65c commit 7d1fa65
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lazy.ansible/.manala/docker/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN \
# System #
##########

ENV PIPX_HOME="/usr/local"
ENV PIPX_HOME="/usr/local/pipx"
ENV PIPX_BIN_DIR="/usr/local/bin"

{{ $apt := .Vars.system.apt -}}
Expand Down
2 changes: 1 addition & 1 deletion lazy.ansible/test/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ manala:
recipe: lazy.ansible

project:
name: lazy-ansible.test
name: lazy-ansible-test

system:
env:
Expand Down
2 changes: 1 addition & 1 deletion lazy.kubernetes/.manala/docker/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN \
# System #
##########

ARG PIPX_HOME="/usr/local"
ARG PIPX_HOME="/usr/local/pipx"
ARG PIPX_BIN_DIR="/usr/local/bin"

ARG VIM_GNUPG_VERSION="2.7.1"
Expand Down
2 changes: 1 addition & 1 deletion lazy.kubernetes/test/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ manala:
recipe: lazy.kubernetes

project:
name: lazy-kubernetes.test
name: lazy-kubernetes-test

system:
env:
Expand Down
2 changes: 1 addition & 1 deletion lazy.symfony/test/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ manala:
recipe: lazy.symfony

project:
name: lazy-symfony.test
name: lazy-symfony-test

system:
env:
Expand Down

0 comments on commit 7d1fa65

Please sign in to comment.