Skip to content

Commit acbe733

Browse files
authored
Merge pull request #18 from telekom-mms/fix/ansible_lint_action
fix: ansible-lint action
2 parents 4e34063 + dc92851 commit acbe733

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,17 @@ This role installs and configures HAProxy on hosts and also allows changing the
115115

116116
## Dependencies
117117

118-
None.
118+
```yaml
119+
collections:
120+
- name: community.general
121+
version: ">=4.1.0"
122+
- name: ansible.posix
123+
version: ">=1.0.0"
124+
```
125+
126+
```bash
127+
ansible-galaxy install -r requirements.yml
128+
```
119129

120130
## Example Playbook
121131

requirements.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
collections:
3+
- name: community.general
4+
version: ">=4.1.0"
5+
- name: ansible.posix
6+
version: ">=1.0.0"

tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
when: not haproxy_distribution_lb_change
88
ansible.builtin.include_tasks: config.yml
99

10-
1110
- name: Change distribution of HAProxy Backends
1211
when: haproxy_distribution_lb_change
1312
ansible.builtin.include_tasks: distribution.yml

0 commit comments

Comments
 (0)