Skip to content

Commit

Permalink
Merge pull request #7 from Tinyblargon/fix-namespace
Browse files Browse the repository at this point in the history
fix: incorrect namespace
  • Loading branch information
Tinyblargon authored Jul 23, 2024
2 parents c9f8de2 + 3354034 commit 97b13b5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: CI

defaults:
run:
working-directory: 'Tinyblargon.nginx'
working-directory: 'tinyblargon.nginx'

jobs:

Expand All @@ -21,7 +21,7 @@ jobs:
- name: Check out the codebase.
uses: actions/checkout@v2
with:
path: 'Tinyblargon.nginx'
path: 'tinyblargon.nginx'

- name: Set up Python 3.
uses: actions/setup-python@v2
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Check out the codebase.
uses: actions/checkout@v2
with:
path: 'Tinyblargon.nginx'
path: 'tinyblargon.nginx'

- name: Set up Python 3.
uses: actions/setup-python@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Release

defaults:
run:
working-directory: 'Tinyblargon.nginx'
working-directory: 'tinyblargon.nginx'

jobs:

Expand All @@ -18,7 +18,7 @@ jobs:
- name: Check out the codebase.
uses: actions/checkout@v2
with:
path: 'Tinyblargon.nginx'
path: 'tinyblargon.nginx'

- name: Set up Python 3.
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ N/A
```yaml
- hosts: all
roles:
- role: Tinyblargon.nginx
- role: tinyblargon.nginx
vars:
nginx_vhosts:
- name: "site-1"
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
galaxy_info:
role_name: nginx
namespace: tinyblargon
author: Tinyblargon
description: >-
Install and configure nginx.
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/converge.ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
failed_when: systemctl_status.rc > 1

roles:
- role: Tinyblargon.nginx
- role: tinyblargon.nginx
vars:
nginx_vhosts:
- name: "site-1"
Expand Down

0 comments on commit 97b13b5

Please sign in to comment.