Skip to content

Commit dfef3cc

Browse files
authored
Merge pull request #90 from roles-ansible/lint
Removing broken molecule test
2 parents ab58952 + 604db7c commit dfef3cc

File tree

10 files changed

+3
-226
lines changed

10 files changed

+3
-226
lines changed

.github/workflows/ansible-linting-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- name: 'checkout git repo'
18+
uses: actions/checkout@v3
1819

19-
- name: Lint Ansible Playbook
20+
- name: 'Lint Ansible Playbook'
2021
uses: ansible/ansible-lint-action@v6
2122
with:
2223
targets: "."
23-
args: ""

.github/workflows/test.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
> **Beta:** This role is in beta status.
55
6-
[![🎭 Tests](https://github.com/roles-ansible/ansible_role_restic/actions/workflows/test.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_restic/actions/workflows/test.yml)
76
[![license](https://raw.githubusercontent.com/roles-ansible/ansible_role_restic/main/.github/license.svg)](https://github.com/roles-ansible/ansible_role_restic/blob/main/LICENSE)
87
[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/ansible_role_restic/main/.github/galaxy.svg)](https://galaxy.ansible.com/do1jlr/restic)
98

molecule/default/molecule.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

molecule/default/playbook.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

molecule/default/test_restic/tasks/main.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

molecule/default/test_restic/tasks/test_access_files.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

molecule/default/test_restic/tasks/test_backup_files.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

molecule/default/test_restic/tasks/test_restic_link.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

molecule/default/verify.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)