Fix jinja ansible lint error
Change-Id: I764fb5b0fe4a782f4edd38efa654fce921191baf
This commit is contained in:
parent
18712af740
commit
6c4b0223bf
@ -2,7 +2,6 @@ skip_list:
|
|||||||
# FIXME: gradually fix and remove these exclusions:
|
# FIXME: gradually fix and remove these exclusions:
|
||||||
- fqcn[action] # Use FQCN for module actions
|
- fqcn[action] # Use FQCN for module actions
|
||||||
- fqcn[action-core] # Use FQCN for builtin actions
|
- fqcn[action-core] # Use FQCN for builtin actions
|
||||||
- jinja[spacing] # Jinja2 spacing could be improved
|
|
||||||
- meta-no-info # meta/main.yml should contain relevant info
|
- meta-no-info # meta/main.yml should contain relevant info
|
||||||
- meta-no-tags # Tags must contain lowercase letters and digits only
|
- meta-no-tags # Tags must contain lowercase letters and digits only
|
||||||
- name[casing] #All names should start with an uppercase letter
|
- name[casing] #All names should start with an uppercase letter
|
||||||
|
@ -10,8 +10,8 @@ network_interface: "virbr0"
|
|||||||
# documentation at http://ipxe.org/crypto
|
# documentation at http://ipxe.org/crypto
|
||||||
ipa_file_protocol: "http"
|
ipa_file_protocol: "http"
|
||||||
|
|
||||||
ipa_kernel_url: "{{ ipa_file_protocol }}://{{ hostvars[inventory_hostname]['ansible_' + network_interface | replace('-', '_')]['ipv4']['address'] }}:{{file_url_port}}/ipa.kernel"
|
ipa_kernel_url: "{{ ipa_file_protocol }}://{{ hostvars[inventory_hostname]['ansible_' + network_interface | replace('-', '_')]['ipv4']['address'] }}:{{ file_url_port }}/ipa.kernel"
|
||||||
ipa_ramdisk_url: "{{ ipa_file_protocol }}://{{ hostvars[inventory_hostname]['ansible_' + network_interface | replace('-', '_')]['ipv4']['address'] }}:{{file_url_port}}/ipa.initramfs"
|
ipa_ramdisk_url: "{{ ipa_file_protocol }}://{{ hostvars[inventory_hostname]['ansible_' + network_interface | replace('-', '_')]['ipv4']['address'] }}:{{ file_url_port }}/ipa.initramfs"
|
||||||
|
|
||||||
# Timeout for gathering facts.
|
# Timeout for gathering facts.
|
||||||
fact_gather_timeout: "{{ lookup('config', 'DEFAULT_GATHER_TIMEOUT', on_missing='skip') | default(omit, true) }}"
|
fact_gather_timeout: "{{ lookup('config', 'DEFAULT_GATHER_TIMEOUT', on_missing='skip') | default(omit, true) }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user