Skip to content

Commit

Permalink
Merge pull request #895 from mkllnk/fix-linting
Browse files Browse the repository at this point in the history
Fix the linting offenses and run it on CI successfully
  • Loading branch information
rioug authored Sep 29, 2023
2 parents 47e8430 + ba655d1 commit e2672a3
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 92 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
ansible-lint:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
Expand All @@ -25,7 +25,7 @@ jobs:
run: ansible-lint playbooks/*.yml --exclude community

playbook-tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3

Expand Down
3 changes: 0 additions & 3 deletions bin/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
- src: oefenweb.swapfile
version: v2.0.14

- src: Datadog.datadog
version: 4.16.0

- src: geerlingguy.postgresql
version: 3.4.0

Expand Down
4 changes: 0 additions & 4 deletions playbooks/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@
- role: webserver
tags: webserver

- role: datadog
become: yes
tags: datadog

- role: arillso.logrotate
become: yes
tags: logrotate
Expand Down
37 changes: 0 additions & 37 deletions roles/datadog/tasks/main.yml

This file was deleted.

14 changes: 0 additions & 14 deletions roles/datadog/tasks/nginx_stats.yml

This file was deleted.

32 changes: 0 additions & 32 deletions roles/datadog/tasks/pg_stats.yml

This file was deleted.

1 change: 1 addition & 0 deletions roles/deploy/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"
args:
chdir: "{{ build_path }}"
creates: "{{ build_path }}/.bundle/config"
become: true
become_user: "{{ app_user }}"

Expand Down

0 comments on commit e2672a3

Please sign in to comment.