edx_ansible.yml 176 Bytes Edit 1 2 3 4 5 6 7 8 9 10 - name: Install edx_ansible hosts: all become: True gather_facts: True vars: serial_count: 1 serial: "{{ serial_count }}" roles: - common - edx_ansible