Skip to content

Commit

Permalink
Generated Ansible files
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Dec 9, 2023
1 parent 87df904 commit 5c4df70
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug report
about: Create a report to help me improve
about: Create a report to help me improve this role.

---

Expand All @@ -20,7 +20,7 @@ YOUR PLAYBOOK HERE

## Output

Show at least the error, possible related output, maybe just all the output.
Show at least the error, possible related output, if possible all the output.

## Environment

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ jobs:
- image: "debian-systemd"
tag: "bullseye"
- image: "fedora-systemd"
tag: "37"
tag: "38"
- image: "fedora-systemd"
tag: "latest"
- image: "fedora-systemd"
tag: "rawhide"
- image: "docker-opensuse-systemd"
tag: "latest"
- image: "docker-ubuntu-systemd"
Expand Down
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ molecule:
- image: "debian-systemd"
tag: "bullseye"
- image: "fedora-systemd"
tag: "37"
tag: "38"
- image: "fedora-systemd"
tag: "latest"
- image: "fedora-systemd"
tag: "rawhide"
- image: "docker-opensuse-systemd"
tag: "latest"
- image: "docker-ubuntu-systemd"
Expand Down
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Here is how you can help, a lot of steps are related to GitHub, not specifically

When you spot an issue, [create an issue](https://github.com/buluma/ansible-role-haproxy/issues).

Making the issue help me and others to find similar problems in the future.
Raising the issue helps me and others to find similar problems and solutions in the future.

### [2. Fork the project.](#2-fork-the-project)

Expand All @@ -33,7 +33,7 @@ I typically do that by cloning the repository (in your namespace) locally:
git clone [email protected]:YOURNAMESPACE/ansible-role-haproxy.git
```

Now you can start to edit on your laptop.
Now you can start to edit on your laptop/PC.

### [4. Optionally: test your changes](#4-optionally-test-your-changes)

Expand Down Expand Up @@ -69,8 +69,7 @@ In the comment-box, you can [refer to the issue number](https://help.github.com/

### [7. Wait](#7-wait)

Now I'll get a message that you've added some code. Thank you, really.
Now I'll get a message that you've added some code. Thank you, trully.

CI starts to test your changes. You can follow the progress on GitHub.
CI starts to test your changes once pull request is reviewed. You can follow the progress on GitHub.

Please consider [sponsoring me](https://github.com/sponsors/buluma).
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ molecule-plugins[docker] == 23.*
ansible-lint == 6.*
paramiko == 3.*
# Pinning requests version due to [bug](https://github.com/docker/docker-py/issues/3113)
requests == 2.28.1
# requests == 2.28.1

0 comments on commit 5c4df70

Please sign in to comment.