Linux Ansibleでgit pull しようとしたら Local modifications exist in repository (force=no). って出た 時の対処方法 事象以下のPlaybookを実行したときに、タイトルのエラーが出力された---- hosts: "{{ hostname }}" gather_facts: no vars_prompt: - name: usern... 2022.06.20 Linux