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