Loading run.yml +9 −9 Original line number Diff line number Diff line --- - name: python3 hosts: ipacluster become: yes tasks: - name: Bootstrap a RedHat host without python3 installed raw: yum install -y python3 || true - name: Bootstrap a Debian host without python3 installed raw: apt install -y python3 || true - name: hostname hosts: hostname:&ipacluster become: yes roles: - hostname - name: python3 hosts: ipacluster become: yes tasks: - name: python3 ansible.builtin.package: name: python3 state: present Loading
run.yml +9 −9 Original line number Diff line number Diff line --- - name: python3 hosts: ipacluster become: yes tasks: - name: Bootstrap a RedHat host without python3 installed raw: yum install -y python3 || true - name: Bootstrap a Debian host without python3 installed raw: apt install -y python3 || true - name: hostname hosts: hostname:&ipacluster become: yes roles: - hostname - name: python3 hosts: ipacluster become: yes tasks: - name: python3 ansible.builtin.package: name: python3 state: present