mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-30 14:57:57 +01:00
fix: all praise the allmighty yamllinter
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
register: cmd
|
||||
when: not awx_janitor_user_created|bool
|
||||
no_log: false
|
||||
|
||||
|
||||
- name: Update AWX janitor user created variable
|
||||
delegate_to: 127.0.0.1
|
||||
lineinfile:
|
||||
@@ -24,7 +24,7 @@
|
||||
register: cmd
|
||||
when: not awx_dimension_user_created|bool
|
||||
no_log: false
|
||||
|
||||
|
||||
- name: Update AWX dimension user created variable
|
||||
delegate_to: 127.0.0.1
|
||||
lineinfile:
|
||||
@@ -42,7 +42,7 @@
|
||||
register: cmd
|
||||
when: not awx_mjolnir_user_created|bool
|
||||
no_log: false
|
||||
|
||||
|
||||
- name: Update AWX dimension user created variable
|
||||
delegate_to: 127.0.0.1
|
||||
lineinfile:
|
||||
|
||||
Reference in New Issue
Block a user