Loading run.yml +9 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,12 @@ become: yes roles: - hostname - name: python3 hosts: ipacluster become: yes tasks: - name: python3 ansible.builtin.package: name: python3 state: present Loading
run.yml +9 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,12 @@ become: yes roles: - hostname - name: python3 hosts: ipacluster become: yes tasks: - name: python3 ansible.builtin.package: name: python3 state: present