Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
Signed-off-by: Song Song Li <[email protected]>
  • Loading branch information
songleo committed Jan 30, 2024
1 parent 561d236 commit b4a4693
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 30 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: shell lint
name: lint

on: # yamllint disable-line rule:truthy
push:
Expand All @@ -10,7 +10,7 @@ on: # yamllint disable-line rule:truthy
- 'release-*'

jobs:
shell-lint:
lint:
runs-on: ubuntu-latest

steps:
Expand All @@ -21,7 +21,7 @@ jobs:
uses: ludeeus/action-shellcheck@master

- name: run ansible lint
uses: ansible/ansible-lint@main
uses: ansible/ansible-lint@v6

- name: run yaml lint
uses: ibiqlik/action-yamllint@v3
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/yaml-lint.yml

This file was deleted.

2 changes: 0 additions & 2 deletions apps/awx/playbooks/configure_awx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
- name: configure awx
hosts: localhost
gather_facts: false
# collections:
# - awx.awx

tasks:
- name: create organization

Check failure on line 7 in apps/awx/playbooks/configure_awx.yml

View workflow job for this annotation

GitHub Actions / lint

syntax-check[unknown-module]

couldn't resolve module/action 'awx.awx.organization'. This often indicates a misspelling, missing collection, or incorrect module path.
Expand Down
3 changes: 1 addition & 2 deletions apps/awx/playbooks/launch_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
- name: launch job to ping host
hosts: localhost
gather_facts: false
# collections:
# - awx.awx

tasks:
- name: launch job

Check failure on line 7 in apps/awx/playbooks/launch_job.yml

View workflow job for this annotation

GitHub Actions / lint

syntax-check[unknown-module]

couldn't resolve module/action 'awx.awx.job_launch'. This often indicates a misspelling, missing collection, or incorrect module path.
awx.awx.job_launch:
Expand Down

0 comments on commit b4a4693

Please sign in to comment.