Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tanganellilore committed Jun 4, 2024
1 parent e6952af commit 153b012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/podman/tasks/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
- name: Define podman_packages
ansible.builtin.set_fact:
podman_packages: "{{ __podman_packages | list }}"
when: podman_packages is not defined
when: podman_packages is not defined
2 changes: 1 addition & 1 deletion roles/setup/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Run preflight
ansible.builtin.include_tasks: preflight.yml
ansible.builtin.include_tasks: preflight.yml

# Variable configuration.
- name: Include variables
Expand Down

0 comments on commit 153b012

Please sign in to comment.