diff --git a/awx/api/templates/instance_install_bundle/install_receptor.yml b/awx/api/templates/instance_install_bundle/install_receptor.yml index 8e1b09951e..a89ae6f091 100644 --- a/awx/api/templates/instance_install_bundle/install_receptor.yml +++ b/awx/api/templates/instance_install_bundle/install_receptor.yml @@ -2,6 +2,12 @@ - hosts: all become: yes tasks: + - name: Create the receptor group + group: +{% verbatim %} + name: "{{ receptor_group }}" +{% endverbatim %} + state: present - name: Create the receptor user user: {% verbatim %}