Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ksatirli committed May 13, 2024
1 parent 48ded18 commit 28b0eac
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 424 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ ansible_lint: # lint Ansible Playbooks [Usage: `make ansible_lint`]

# lint Ansible files and output SARIF results
$(BINARY_ANSIBLE_LINT) \
--config "$(ANSIBLELINT_CONFIG)" \
--format "$(ANSIBLELINT_FORMAT)" \
--config "$(CONFIG_ANSIBLELINT)" \
--format "$(FORMAT_ANSIBLELINT)" \
--sarif-file="$(ANSIBLELINT_SARIF_FILE)" \
--write="all" \
--fix="all" \
"$(ANSIBLE_PLAYBOOK)"

.SILENT .PHONY: ansible_local
Expand Down
16 changes: 8 additions & 8 deletions packer/null/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@

## Requirements

- HashiCorp Packer `1.9.0` or [newer](https://developer.hashicorp.com/packer/downloads)
- HashiCorp Packer `1.10.0` or [newer](https://developer.hashicorp.com/packer/downloads)

## Overview

| | description |
|-----------------|-----------------------------------------------|
| image template | n/a |
| image variables | n/a |
| build target | `null` |
| build command | `make build target=null builder=null os=<os>` |
| lint command | `make lint template=null builder=null os=<os>` |
| | description |
|-----------------|------------------------------------------------|
| image template | n/a |
| image variables | n/a |
| build target | `null` |
| build command | `make build target=null builder=null os=<os>` |
| lint command | `make lint template=null builder=null os=<os>` |

## Usage

Expand Down
90 changes: 0 additions & 90 deletions packer/parallels/template.pkr.hcl

This file was deleted.

35 changes: 0 additions & 35 deletions packer/parallels/ubuntu22_amd.pkrvars.hcl

This file was deleted.

19 changes: 0 additions & 19 deletions packer/parallels/ubuntu22_arm.pkrvars.hcl

This file was deleted.

Loading

0 comments on commit 28b0eac

Please sign in to comment.