Skip to content

Commit

Permalink
correct workflow and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MozeBaltyk committed Jan 15, 2024
1 parent d554d97 commit 337a477
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 70 deletions.
23 changes: 0 additions & 23 deletions .github/old/lint.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/old/version.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
ref: ${{ github.head_ref || github.ref_name }}

# step to install prerequis
- name: Install prerequis
shell: bash
run: |
pwd
ls
make prerequis
- name: Run ansible-lint
uses: ansible/ansible-lint@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release on Ansible Galaxy
name: Release to Ansible Galaxy
on:
workflow_dispatch:
# Not needed anymore, since branch protection
Expand Down
2 changes: 1 addition & 1 deletion roles/build_airgap_package/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- hosts: localhost
remote_user: root
roles:
- build_airgap
- build_airgap_package
2 changes: 1 addition & 1 deletion roles/deploy_certmanager/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- hosts: localhost
remote_user: root
roles:
- deploy_cert
- deploy_certmanager
2 changes: 0 additions & 2 deletions roles/deploy_certmanager/vars/main.yml

This file was deleted.

2 changes: 1 addition & 1 deletion roles/install_rke2_common/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- hosts: localhost
remote_user: root
roles:
- install_common
- install_rke2_common
2 changes: 1 addition & 1 deletion roles/install_rke2_controller/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- hosts: localhost
remote_user: root
roles:
- install_controler
- install_rke2_controler
2 changes: 1 addition & 1 deletion roles/install_utils_registry/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- hosts: localhost
remote_user: root
roles:
- install_local_registry
- install_utils_registry
2 changes: 0 additions & 2 deletions roles/install_utils_registry/vars/main.yml

This file was deleted.

2 changes: 1 addition & 1 deletion roles/set_firewalld/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- hosts: localhost
remote_user: root
roles:
- firewalld
- set_firewalld
2 changes: 1 addition & 1 deletion roles/set_nfs_export/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- hosts: localhost
remote_user: root
roles:
- export_nfs
- set_nfs_export
2 changes: 0 additions & 2 deletions roles/set_nfs_export/vars/main.yml

This file was deleted.

2 changes: 1 addition & 1 deletion roles/set_nfs_mount/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- hosts: localhost
remote_user: root
roles:
- mount_nfs
- set_nfs_mount

0 comments on commit 337a477

Please sign in to comment.