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