dev #9

Merged
mpavlov merged 11 commits from dev into master 2024-09-27 23:26:41 +03:00
3 changed files with 36 additions and 11 deletions
Showing only changes of commit 192ab49d37 - Show all commits

View File

@@ -19,6 +19,7 @@
- docker-compose - docker-compose
update_cache: yes update_cache: yes
when: ansible_facts['os_family'] == "Debian" when: ansible_facts['os_family'] == "Debian"
tags: install
- name: Install dependencies RHEL - name: Install dependencies RHEL
block: block:
@@ -36,6 +37,7 @@
enabled: true enabled: true
daemon_reload: true daemon_reload: true
when: ansible_facts['os_family'] == "RedHat" when: ansible_facts['os_family'] == "RedHat"
tags: install
- name: Install rproxy - name: Install rproxy
block: block: