Use ansible-core 2.11 for tests

Change-Id: Id0f5ed1b2ccd061bedd231c8cb50ecfe7db55d97
This commit is contained in:
Sagi Shnaidman 2021-08-25 13:29:04 +03:00
parent a784f1a191
commit efa25b1c9c
3 changed files with 3 additions and 3 deletions

View File

@ -2,5 +2,5 @@
# to licensing conflicts. But we sill need to be able to pull them in for
# lint checks and want to document these as ansible specific things that may
# be required for this repository.
ansible>=2.8,<2.10
ansible-core<2.12
ansible-lint

View File

@ -1,2 +1,2 @@
pbr>=1.6
ansible>=2.8,<2.10
ansible-core<2.12

View File

@ -43,7 +43,7 @@
register: pub_key
- name: Ensure can ssh to can connect to localhost
authorized_key:
ansible.posix.authorized_key:
user: "{{ ansible_user }}"
key: "{{ pub_key['content'] | b64decode }}"