File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 3333 mode : " 0644"
3434 enabled : true
3535
36+ - name : " Debugging"
37+ ansible.builtin.debug :
38+ msg : " {{ lookup('ansible.builtin.file', '/etc/apt/sources.list.d/gitlab-ce.sources')}}"
39+ ignore_errors : true
40+ tags :
41+ - skip_ansible_lint
42+
3643 - name : " Remove GitLab source APT repository"
3744 ansible.builtin.apt_repository :
3845 repo : " deb-src {{ gitlab_repo_url }} {{ ansible_facts.distribution_release }} main"
Original file line number Diff line number Diff line change 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/apt/sources.list.d/zammad.sources')}}"
54+ ignore_errors : true
55+ tags :
56+ - skip_ansible_lint
57+
5058- name : " Gather the package facts to check wether Zammad has already been installed"
5159 ansible.builtin.package_facts :
5260 manager : " auto"
You can’t perform that action at this time.
0 commit comments