]> git.phdru.name Git - ansible.git/blobdiff - playbooks/redhat/init-system.sh
Feat: Combine Debian/RedHat playbooks and roles
[ansible.git] / playbooks / redhat / init-system.sh
index 085eb3a55ed70f0065930a2a0877b410ada3f753..92361652468f18cfde661ee86fc487298e688f42 100755 (executable)
@@ -14,5 +14,5 @@ export ANSIBLE_ROLES_PATH &&
 
 # Passwordless access isn't configured yet; use `ssh` connection sharing.
 # `sudo` isn't configured yet too; ask for phd password.
-ansible-playbook init-system.yml "$@" -e hosts="$host" -K &&
-exec ansible-playbook init-system2.yml "$@" -e hosts="$host"
+ansible-playbook ../init-system.yml "$@" -e hosts="$host" -K &&
+exec ansible-playbook ../init-system2.yml "$@" -e hosts="$host"