mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
Create receptor group if missing (#15276)
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Create the receptor group
|
||||||
|
group:
|
||||||
|
{% verbatim %}
|
||||||
|
name: "{{ receptor_group }}"
|
||||||
|
{% endverbatim %}
|
||||||
|
state: present
|
||||||
- name: Create the receptor user
|
- name: Create the receptor user
|
||||||
user:
|
user:
|
||||||
{% verbatim %}
|
{% verbatim %}
|
||||||
|
|||||||
Reference in New Issue
Block a user