Update integration tests

This commit is contained in:
Александр Бакановский 2024-09-17 17:56:04 +03:00
parent f7f346f823
commit 69c04cd5bd
No known key found for this signature in database
GPG key ID: 42D02B7FCCCE0BC8
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,7 @@
ansible.builtin.copy:
dest: "{{ key_path }}"
content: "{{ rsa_key_basic }}"
mode: "0600"
- name: Add key using path
ansible.posix.authorized_key:

View file

@ -31,3 +31,6 @@
- name: Test for the management of comments with key
ansible.builtin.import_tasks: comments.yml
- name: Test for specifying key as a path
ansible.builtin.import_tasks: setup_steps.yml