removed bool check
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Add samba_client
|
||||
when:
|
||||
- samba_client_configured is undefined
|
||||
block:
|
||||
- name: Append samba_client to pkg_sys
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + samba_client.pkgs }}"
|
||||
|
||||
- name: Set samba_client_configured
|
||||
ansible.builtin.set_fact:
|
||||
samba_client_configured: true
|
||||
- name: Append samba_client to pkg_sys
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + samba_client.pkgs }}"
|
||||
|
||||
Reference in New Issue
Block a user