mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-03-10 03:25:22 +01:00
Update integration tests
This commit is contained in:
parent
f7f346f823
commit
69c04cd5bd
2 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
dest: "{{ key_path }}"
|
dest: "{{ key_path }}"
|
||||||
content: "{{ rsa_key_basic }}"
|
content: "{{ rsa_key_basic }}"
|
||||||
|
mode: "0600"
|
||||||
|
|
||||||
- name: Add key using path
|
- name: Add key using path
|
||||||
ansible.posix.authorized_key:
|
ansible.posix.authorized_key:
|
||||||
|
|
|
||||||
|
|
@ -31,3 +31,6 @@
|
||||||
|
|
||||||
- name: Test for the management of comments with key
|
- name: Test for the management of comments with key
|
||||||
ansible.builtin.import_tasks: comments.yml
|
ansible.builtin.import_tasks: comments.yml
|
||||||
|
|
||||||
|
- name: Test for specifying key as a path
|
||||||
|
ansible.builtin.import_tasks: setup_steps.yml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue