mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-29 02:44:49 +00:00
ci: new linter rules take 2
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
that:
|
||||
- ansible_facts.services["keycloak.service"]["state"] == "running"
|
||||
- ansible_facts.services["keycloak.service"]["status"] == "enabled"
|
||||
- name: Verify we are running on requested jvm
|
||||
- name: Verify we are running on requested jvm # noqa blocked_modules command-instead-of-module
|
||||
ansible.builtin.shell: |
|
||||
set -o pipefail
|
||||
ps -ef | grep /usr/lib/jvm/java-11 | grep -v grep
|
||||
|
||||
Reference in New Issue
Block a user