ci: Add full integration test for dyndns #172
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 errors and 2 warnings
yaml[indentation]:
tests/tests_full_integration_dyndns.yml#L145
Wrong indentation: expected 8 but found 6
|
fqcn[action]:
tests/tests_full_integration_dyndns.yml#L156
Use FQCN for module actions, such `ansible.windows.win_command`.
|
fqcn[action]:
tests/tests_full_integration_dyndns.yml#L160
Use FQCN for module actions, such `ansible.windows.win_shell`.
|
fqcn[action]:
tests/tests_full_integration_dyndns.yml#L168
Use FQCN for module actions, such `ansible.windows.win_shell`.
|
yaml[indentation]:
tests/tests_full_integration_dyndns.yml#L177
Wrong indentation: expected 12 but found 10
|
jinja[spacing]:
tests/tests_full_integration_dyndns.yml#L51
Jinja2 spacing could be improved: dnscmd.exe /config {{ hostvars[groups['client'][0]]. ad_integration_realm }} /allowupdate 1 -> dnscmd.exe /config {{ hostvars[groups['client'][0]].ad_integration_realm }} /allowupdate 1
|
jinja[spacing]:
tests/tests_full_integration_dyndns.yml#L121
Jinja2 spacing could be improved: dig +short {{ ansible_fqdn }}.{{ hostvars[groups['client'] [0]].ad_integration_realm }} A -> dig +short {{ ansible_fqdn }}.{{ hostvars[groups['client'][0]].ad_integration_realm }} A
|