Skip to content

Commit f3c96d5

Browse files
committed
やっぱ聞かないで
1 parent 72de0c7 commit f3c96d5

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

ansible.cfg

-2
This file was deleted.

macos.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
- hosts: macos
2-
become: yes
3-
become_method: sudo
42
roles:
53
- packages
64
- alacritty

scripts/ansible.macos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
export GIT_ROOT_PATH=$(git rev-parse --show-superproject-working-tree --show-toplevel | head -1)
33

4-
ansible-playbook -i $GIT_ROOT_PATH/localhost.yaml $GIT_ROOT_PATH/macos.yaml --ask-become-pass
4+
ansible-playbook -i $GIT_ROOT_PATH/localhost.yaml $GIT_ROOT_PATH/macos.yaml
55

0 commit comments

Comments
 (0)