mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Fix linter issues
This commit is contained in:
parent
c340fff643
commit
53d27c933e
@ -2,7 +2,7 @@
|
||||
- name: Generate the awx.awx collection
|
||||
hosts: localhost
|
||||
connection: local
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
vars:
|
||||
api_url: "{{ lookup('env', 'TOWER_HOST') }}"
|
||||
vars_files:
|
||||
@ -11,8 +11,8 @@
|
||||
- vars/examples.yml
|
||||
module_defaults:
|
||||
uri:
|
||||
validate_certs: False
|
||||
force_basic_auth: True
|
||||
validate_certs: false
|
||||
force_basic_auth: true
|
||||
url_username: "{{ lookup('env', 'TOWER_USERNAME') }}"
|
||||
url_password: "{{ lookup('env', 'TOWER_PASSWORD') }}"
|
||||
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
---
|
||||
generate_for:
|
||||
# - credential_types
|
||||
# - groups
|
||||
# - hosts
|
||||
# - inventorues
|
||||
# - inventory_sources
|
||||
# - organizations
|
||||
# - projects
|
||||
# - teams
|
||||
- users
|
||||
# - job_templates
|
||||
# - credentials
|
||||
# - notification_templates
|
||||
# - labels
|
||||
# - credential_types
|
||||
# - groups
|
||||
# - hosts
|
||||
# - inventorues
|
||||
# - inventory_sources
|
||||
# - organizations
|
||||
# - projects
|
||||
# - teams
|
||||
# - users
|
||||
# - job_templates
|
||||
# - credentials
|
||||
# - notification_templates
|
||||
# - labels
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user