Skip to content
Snippets Groups Projects

TP3

Open antoine.blancy requested to merge ci into main
11 files
+ 98
15
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 9
0
 
- name: key-get
 
command: cat publickey
 
register: public_key
 
changed_when: False
 
notify: key-set
 
 
- name: key-set
 
set_fact:
 
publickey: "{{public_key.stdout}}"
 
\ No newline at end of file
Loading