Commit 9b297043 authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Merge branch 'fix' into 'master'

Fix

See merge request ansible/playbooks/idm-platform-setup!6
parents 547eeef1 70eb1244
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
---

- hosts: ipacluster
  become: yes
  tasks:
    - name: Bootstrap a host without python3 installed
      raw: ( test -n "$(which yum)" && yum install -y python3 || true ) ; ( test -n "$(which apt)" && apt install -y python3 || true ) ; ( test -n "$(which apk)" && apk add -y python3 || true )

- name: Set hostname
  hosts: hostname:&ipacluster
  become: yes