Rename desktop.yml to obey new inventory naming

This commit is contained in:
Salt 2020-06-16 09:45:56 -05:00
parent fa6b01b782
commit 76d2c69fe5
3 changed files with 3 additions and 2 deletions

View File

@ -63,5 +63,5 @@
65313231393433396538663463383731303661633663343066333264303330313133
- role: ansiblehost
vars:
pullplaybook: "desktop.yml"
pullplaybook: "home.yml"
tags: [ ansiblehost ]

View File

@ -11,5 +11,5 @@ if ! command -v ansible > /dev/null 2>&1; then
sudo apt-get install python3-pip python3-setuptools -y
sudo pip3 install ansible
fi
ansible-playbook desktop.yml --ask-vault-pass --ask-become-pass "$@"
ansible-playbook home.yml --ask-vault-pass --ask-become-pass "$@"

View File

@ -25,3 +25,4 @@
- import_playbook: webservers.yml
- import_playbook: gameservers.yml
- import_playbook: ansiblehosts.yml
- import_playbook: home.yml