As a developer, I want to have a playbook that can execute a communshift Ansible role.
communshift
playbooks/manual/communishift.yml
communishift
roles/communishift
roles/communishift/default/main.yml
roles/communishift/tasks/main.yml
roles/communishift/templates/
sysadmin-openshift
cat tasks/main.yml --- - name: Hello ansible.builtin.debug: msg: "{{ item }}" with_items: "{{ appowners }}" TASK [communishift : Hello] **************************************************** *************************************** Wednesday 10 August 2022 09:18:33 +0000 (0:00:00.020) 0:00:00.020 ****** Wednesday 10 August 2022 09:18:33 +0000 (0:00:00.019) 0:00:00.019 ****** ok: [localhost] => (item=dkirwan) => { "msg": "dkirwan" } ok: [localhost] => (item=lenkaseg) => { "msg": "lenkaseg" } ok: [localhost] => (item=patrikp) => { "msg": "patrikp" }
Metadata Update from @dkirwan: - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.