diff --git a/get_network_config.yml b/get_network_config.yml index 1bcac78..e7404b8 100644 --- a/get_network_config.yml +++ b/get_network_config.yml @@ -53,7 +53,7 @@ # Étape 3 – Uploader le fichier vers le serveur SFTP # ------------------------------------------------------- - name: Upload du fichier de config réseau et DNS vers le serveur SFTP - ansible.posix.pysftpsync: + community.general.sftp: host: "{{ sftp_host }}" username: "{{ sftp_user }}" password: "{{ sftp_pass }}" diff --git a/requirements.yml b/requirements.yml new file mode 100644 index 0000000..5e06253 --- /dev/null +++ b/requirements.yml @@ -0,0 +1,2 @@ +collections: + - name: community.general \ No newline at end of file