--- # This playbook is meant to be used with callable variables, like adhoc or AWX. # What: Creates a simple koji tag. That's it. - name: Sync a compose to staging hosts: srpmproc become: true become_user: koji vars_files: - "vars/common.yml" environment: RLVER: "{{ release_ver }}" tasks: - name: "Sync from staging to production" import_tasks: tasks/sync/sync_to_prod.yml ...