Skip to content

Commit

Permalink
prevent error when nody-greeter is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekBes committed Jun 25, 2024
1 parent ffa1a65 commit b46e0d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
shell:
cmd: "dpkg-query -W -f='${Status}' nody-greeter"
changed_when: false
failed_when: false
register: nody_greeter_pkg

- name: Download nody-greeter deb
Expand Down

0 comments on commit b46e0d7

Please sign in to comment.