Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Fixed ansible-lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Jul 20, 2023
1 parent d79f850 commit 45df83c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
---
strict: true
exclude_paths:
- .github/
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
# URL of the web kiosk browser start page
url: http://127.0.0.1/
webkiosk_url: http://127.0.0.1/
2 changes: 1 addition & 1 deletion templates/.xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ chromium --kiosk \
--no-first-run --start-fullscreen --disable-hang-monitor \
--disable-infobars --disable-logging --disable-sync \
--disable-settings-window \
'{{ url }}'
'{{ webkiosk_url }}'
4 changes: 2 additions & 2 deletions test/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
tasks:
- name: Include the role from the parent directory
ansible.builtin.include_role: { name: "{{ playbook_dir | dirname }}" }
vars:
vars: # noqa: var-naming[no-role-prefix]
ansible_become: true
url: https://play.grafana.org/
webkiosk_url: https://play.grafana.org/

0 comments on commit 45df83c

Please sign in to comment.