Skip to content

Commit

Permalink
Pretify
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Sep 21, 2024
1 parent 2d505bd commit a2be96d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: Perform optional versionscheck
ansible.builtin.include_tasks:
file: "versioncheck.yml"
when: submodules_versioncheck|bool
when: submodules_versioncheck | bool

- name: Gather installed packages for checks later on
ansible.builtin.package_facts:
Expand All @@ -19,7 +19,8 @@
msg: "Currently only {{ gitea_supported_forks }} are supported."

- name: Gather Gitea/Forgejo UI Theme variables
ansible.builtin.include_vars: "{{ lookup('ansible.builtin.first_found', params) }}"
ansible.builtin.include_vars:
file: "{{ lookup('ansible.builtin.first_found', params) }}"
vars:
params:
files:
Expand Down

0 comments on commit a2be96d

Please sign in to comment.