mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 00:07:40 -02:30
mostly includes renaming non-syntax references to tower
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
- name: Load the UI settings
|
||||
set_fact:
|
||||
project_base_dir: "{{ tower_settings.project_base_dir }}"
|
||||
project_base_dir: "{{ controller_settings.project_base_dir }}"
|
||||
vars:
|
||||
tower_settings: "{{ lookup('awx.awx.controller_api', 'config/') }}"
|
||||
controller_settings: "{{ lookup('awx.awx.controller_api', 'config/') }}"
|
||||
|
||||
- inventory:
|
||||
name: localhost
|
||||
|
||||
Reference in New Issue
Block a user