Skip to content
Snippets Groups Projects
Commit 67a63fa0 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: remove debugging output and temporary Fotothek tasks (was commented out)

parent f543a52a
No related branches found
No related tags found
1 merge request!1ND-1759
...@@ -130,9 +130,6 @@ ...@@ -130,9 +130,6 @@
mode: "{{ vault_subapp_vars.files.blacklist.mode }}" mode: "{{ vault_subapp_vars.files.blacklist.mode }}"
state: touch state: touch
tags: [subapp] tags: [subapp]
# - debug:
# msg: "Hostnamepath: '{{ vault_subapp_vars.hosts[ansible_hostname] }}'"
# tags: [ always ]
- name: write new SubApp config file - name: write new SubApp config file
template: template:
src: ".subapp.cfg.j2" src: ".subapp.cfg.j2"
...@@ -240,17 +237,3 @@ ...@@ -240,17 +237,3 @@
when: ansible_hostname == item.key when: ansible_hostname == item.key
ignore_errors: "yes" ignore_errors: "yes"
tags: [subapp] tags: [subapp]
### TEMPORÄR BIS INBETRIEBNAHME FOTOTHEK ###
#- name: include vars Fotothek
# include_vars: "{{ role_path }}/../ansible_vaults/{{ role_name }}/TEMP_fotothek.vault"
#- name: temporary corrections for Fotothek .gsa file
# lineinfile:
# path: "/home/{{ vault_subapp_user }}/.subapp/.gsa"
# regexp: "{{ item.regexp }}"
# line: "{{ item.line }}"
# loop: "{{ vault_fotothek_temp }}"
# when: ( 'sdvlzasubappfotothek' == ansible_hostname )
# tags: [subapp, gsa]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment