Skip to content

Commit

Permalink
Merge pull request #323 from ansible-lockdown/discord_link
Browse files Browse the repository at this point in the history
Discord link, lint files and lint
  • Loading branch information
uk-bolly authored Sep 15, 2023
2 parents 21614a6 + e8395fc commit ba758e4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ skip_list:
- 'schema'
- 'no-changed-when'
- 'var-spacing'
- 'fqcn-builtins'
- 'experimental'
- 'name[play]'
- 'name[casing]'
- 'name[template]'
- 'fqcn[action]'
- 'key-order[task]'
- '204'
- '305'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devel_pipeline_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |-
Congrats on opening your first pull request and thank you for taking the time to help improve Ansible-Lockdown!
Please join in the conversation happening on the [Discord Server](https://discord.io/ansible-lockdown) as well.
Please join in the conversation happening on the [Discord Server](https://www.lockdownenterprise.com/discord) as well.
# This workflow contains a single job which tests the playbook
playbook-test:
Expand Down
2 changes: 1 addition & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ rules:
trailing-spaces: enable
truthy:
allowed-values: ['true', 'false']
check-keys: false
check-keys: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

### Community

On our [Discord Server](https://discord.io/ansible-lockdown) to ask questions, discuss features, or just chat with other Ansible-Lockdown users
On our [Discord Server](https://www.lockdownenterprise.com/discord) to ask questions, discuss features, or just chat with other Ansible-Lockdown users

---

Expand Down
7 changes: 3 additions & 4 deletions tasks/check_prereqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

- name: "PREREQ | Check required packages installed | Python2"
ansible.builtin.package:
name: "{{ item }}"
name:
- rpm-python
- libselinux-python
state: present
loop:
- rpm-python
- libselinux-python
when: ansible_python.version.major == 2
vars:
ansible_python_interpreter: "{{ python2_bin }}"
Expand Down

0 comments on commit ba758e4

Please sign in to comment.