Skip to content

Commit

Permalink
[Lazy] Remove jq debian package in test & dist
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Oct 20, 2024
1 parent 7af3bfa commit cf48ff8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lazy.ansible/.manala.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ system:
# required: false
# apt:
# packages:
# - jq
# - nano
git:
config: |
# Silence false positive dubious ownership errors
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 @@ -19,7 +19,7 @@ system:
version: 0.4.8
apt:
packages:
- jq
- nano
git:
config: |
# Git config
Expand Down
2 changes: 1 addition & 1 deletion lazy.ansible/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package:
docker-ce-cli:
installed: true
# Project
jq:
nano:
installed: true

group:
Expand Down
2 changes: 1 addition & 1 deletion lazy.kubernetes/.manala.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ system:
# required: false
# apt:
# packages:
# - jq
# - nano
git:
config: |
# Silence false positive dubious ownership errors
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 @@ -19,7 +19,7 @@ system:
version: 0.4.8
apt:
packages:
- jq
- nano
git:
config: |
# Git config
Expand Down
2 changes: 1 addition & 1 deletion lazy.kubernetes/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
docker-ce-cli:
installed: true
# Project
jq:
nano:
installed: true

group:
Expand Down
2 changes: 1 addition & 1 deletion lazy.symfony/.manala.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ system:
# required: false
# apt:
# packages:
# - jq
# - nano
git:
config: |
# Silence false positive dubious ownership errors
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 @@ -19,7 +19,7 @@ system:
version: 0.4.4
apt:
packages:
- jq
- nano
git:
config: |
# Git config
Expand Down
2 changes: 1 addition & 1 deletion lazy.symfony/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package:
ansible:
installed: true
# Project
jq:
nano:
installed: true

group:
Expand Down

0 comments on commit cf48ff8

Please sign in to comment.