Skip to content

Commit ae37d62

Browse files
committed
debug
Signed-off-by: Norman Ziegner <[email protected]>
1 parent e5fbe34 commit ae37d62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

roles/zammad/tasks/install.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,15 @@
4343
suites: "{{ ansible_distribution_version }}"
4444
components: "main"
4545
signed_by: "https://dl.packager.io/srv/zammad/zammad/key"
46+
architectures: "amd64"
4647
state: "present"
4748
mode: "0644"
4849
enabled: true
4950

51+
- name: "Debugging"
52+
ansible.builtin.debug:
53+
msg: "{{ lookup('ansible.builtin.file', '/etc/resolv.conf'), errors='ignore'}}"
54+
5055
- name: "Gather the package facts to check wether Zammad has already been installed"
5156
ansible.builtin.package_facts:
5257
manager: "auto"

0 commit comments

Comments
 (0)