Commit 38cc19c0 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

fix

parent 2099b930
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -5,3 +5,12 @@
  become: yes
  roles:
    - hostname

- name: python3
  hosts: ipacluster
  become: yes
  tasks:
    - name: python3
      ansible.builtin.package:
        name: python3
        state: present