소스 검색

changed command option

aeth 1 년 전
부모
커밋
ba79b555f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tasks/tasks_machine_configuration/vpn/server/task_machine_configuration.yml

+ 1 - 1
tasks/tasks_machine_configuration/vpn/server/task_machine_configuration.yml

@@ -6,7 +6,7 @@
 
 - name: "10: Create Public and Private server keys"
   ansible.builtin.shell:
-    command: "wg genkey | tee /etc/wireguard/privatekey | wg pubkey | tee /etc/wireguard/publickey"
+    cmd: "wg genkey | tee /etc/wireguard/privatekey | wg pubkey | tee /etc/wireguard/publickey"
 
 - name: "20: Modify Private key permissions"
   ansible.builtin.file: