mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
test: fix linting error for integrations setup roles (#426)
##### SUMMARY Fix ansible lint error for the integrations setup roles.
This commit is contained in:
parent
e4501c1086
commit
86e476f961
3 changed files with 2 additions and 3 deletions
|
|
@ -20,8 +20,6 @@ exclude_paths:
|
|||
- tests/integration/targets/server_network
|
||||
- tests/integration/targets/ssh_key
|
||||
- tests/integration/targets/volume
|
||||
- tests/integration/targets/setup_selfsigned_certificate
|
||||
- tests/integration/targets/setup_ssh_keypair
|
||||
|
||||
warn_list:
|
||||
- internal-error
|
||||
|
|
|
|||
|
|
@ -30,6 +30,6 @@
|
|||
register: _certificate_file
|
||||
|
||||
- name: Save certificate files content
|
||||
set_fact:
|
||||
ansible.builtin.set_fact:
|
||||
test_certificate_privatekey_content: "{{ _certificate_privatekey_file.privatekey }}"
|
||||
test_certificate_content: "{{ _certificate_file.certificate }}"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
ansible.builtin.file:
|
||||
state: directory
|
||||
path: ~/tmp
|
||||
mode: "0755"
|
||||
|
||||
- name: Create temporary file for test_ssh_keypair
|
||||
ansible.builtin.tempfile:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue