Skip to content

Commit

Permalink
Remove unused task
Browse files Browse the repository at this point in the history
  • Loading branch information
Lun4m committed Oct 10, 2024
1 parent eee98b8 commit 8b59ddb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ansible/roles/deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@
become: true
loop: "{{ deploy_files }}"

# - name: Clean logs
# ansible.builtin.command: journalctl {{ item }}
# with_items:
# - "--rotate"
# - "--vacuum-time=1s"
# become: yes

- name: Import environment variables # noqa: command-instead-of-module
ansible.builtin.command: systemctl import-environment LARD_CONN_STRING STINFO_CONN_STRING
# TODO: ansible docs say that 'environment:' is "not a recommended way to pass in confidential data."
Expand Down

0 comments on commit 8b59ddb

Please sign in to comment.