Skip to content

Commit

Permalink
tmp ansible downgrdae
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Nov 22, 2023
1 parent f97397f commit 4bafae9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python-keystoneclient==5.2.0
openstacksdk==1.5.0
deprecated==1.2.14
Click==8.1.7
ansible==8.6.1
ansible==5.1.0
flake8==6.1.0
paramiko==2.12.0
ruamel.yaml==0.18.5
Expand Down
6 changes: 3 additions & 3 deletions simple_vm_client/forc_connector/template/plays/change_key.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
- name: Echo Public Key to set
ansible.builtin.command: echo "${{ change_key_vars.key }}"
ansible.builtin.command: echo "{{ change_key_vars.key }}"
tags:
- always
- always
- name: Set user public Key and remove created public Key
authorized_key:
user: ubuntu
key: "{{ change_key_vars.key }}"
state: present
exclusive: True
tags:
- always
- always

0 comments on commit 4bafae9

Please sign in to comment.