Skip to content

Commit

Permalink
Fix package lock logic (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Nov 23, 2023
1 parent 6ba496d commit 9248fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- name: Release package holds
ansible.builtin.include_tasks: lock.yml
vars:
_lock_state: hold
_lock_state: install

- name: Install packages and configure package holds
block:
Expand All @@ -27,7 +27,7 @@
- name: Configure package holds
ansible.builtin.include_tasks: lock.yml
vars:
_lock_state: install
_lock_state: hold

- name: Set systemd unit facts for Debian systems
when: ansible_os_family == 'Debian'
Expand Down

0 comments on commit 9248fd2

Please sign in to comment.