]> git.phdru.name Git - ansible.git/blobdiff - playbooks/redhat/init-system.sh
Refactor: Move OS-specific roles under common `roles/`
[ansible.git] / playbooks / redhat / init-system.sh
index 92361652468f18cfde661ee86fc487298e688f42..df2f22f5d4386d230c7db20eac36d15be3d0de08 100755 (executable)
@@ -9,8 +9,6 @@ host="$1"
 shift
 
 cd "`dirname \"$0\"`" &&
-ANSIBLE_ROLES_PATH=roles:../roles &&
-export ANSIBLE_ROLES_PATH &&
 
 # Passwordless access isn't configured yet; use `ssh` connection sharing.
 # `sudo` isn't configured yet too; ask for phd password.