We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fbe34 commit ae37d62Copy full SHA for ae37d62
roles/zammad/tasks/install.yml
@@ -43,10 +43,15 @@
43
suites: "{{ ansible_distribution_version }}"
44
components: "main"
45
signed_by: "https://dl.packager.io/srv/zammad/zammad/key"
46
+ architectures: "amd64"
47
state: "present"
48
mode: "0644"
49
enabled: true
50
51
+ - name: "Debugging"
52
+ ansible.builtin.debug:
53
+ msg: "{{ lookup('ansible.builtin.file', '/etc/resolv.conf'), errors='ignore'}}"
54
+
55
- name: "Gather the package facts to check wether Zammad has already been installed"
56
ansible.builtin.package_facts:
57
manager: "auto"
0 commit comments