change: run script args
This commit is contained in:
parent
56116066b7
commit
3a85740aa2
|
|
@ -16,7 +16,7 @@
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- htop
|
- htop
|
||||||
- nvim
|
- vim
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Include Docker installation tasks
|
- name: Include Docker installation tasks
|
||||||
|
|
|
||||||
2
run
2
run
|
|
@ -4,7 +4,7 @@ case "$1" in
|
||||||
command)
|
command)
|
||||||
ansible -i ansible/inventory ft_chatons -a "$2"
|
ansible -i ansible/inventory ft_chatons -a "$2"
|
||||||
;;
|
;;
|
||||||
install)
|
setup)
|
||||||
ansible-playbook -i ansible/inventory ansible/playbooks/install.yml -K
|
ansible-playbook -i ansible/inventory ansible/playbooks/install.yml -K
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue