mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-06 13:22:57 +00:00
Update integration tests
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user