Skip to content

Commit

Permalink
Merge pull request #47 from idealista/fix/#45
Browse files Browse the repository at this point in the history
Fix/#45
  • Loading branch information
ultraheroe authored Mar 14, 2023
2 parents a51ebe9 + fdb76e0 commit 109a540
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tasks/install-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
shell: /usr/sbin/nologin
createhome: no

- name: CLICKHOUSE | Ensure base directory exist
file:
state: directory
dest: "{{ clickhouse_base_path }}"
owner: "{{ clickhouse_user }}"
group: "{{ clickhouse_group }}"
mode: "{{ clickhouse_base_directory_mode }}"
become: true

- name: CLICKHOUSE | Update repositories cache and install apt-transport-https, dirmngr packages
apt:
name: "{{ clickhouse_prerequisite_repos }}"
Expand Down

0 comments on commit 109a540

Please sign in to comment.