投稿者: 管理者2023年2月16日2023年5月24日ブログ 【ansible】シンボリックリンクの作成方法 ものづくりのブログ【ansible】シンボリックリンクの作成方法 – ものづくりのブログhttps://a1026302.hatenablog.com/entry/2023/02/16/181113ansible でシンボリックリンクの作成方法をここにメモします。 以下はサンプルとして fd コマンドをセットアップしたときのものです。 tasks: ################################################################# ### https://github.com/sharkdp/fd#on-ubuntu ### fdfind バイナリ名が fd という別のパッケージで既に使用されているため注意 – name: install fd-find command: apt install fd-find -y – name: cre…