From e07dd8467a69524c4e1090ad2d71502f6ecfe609 Mon Sep 17 00:00:00 2001 From: Shankar Mounesh Date: Sun, 12 Jun 2022 21:37:37 +0530 Subject: [PATCH] commit --- README.md | 2 +- proxmox.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a988ac..9adba82 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ The above command downloads a bash file from 172.16.16.65 and runs the following apt update -y; apt install git ansible -y; ansible --version; -ansible-pull -U https://git.bitsathy.ac.in/ShankarMounesh/ansible-proxmox.git +https://git.bitsathy.ac.in/ShankarMounesh/ansible-proxmox.git proxmox.yml ``` diff --git a/proxmox.yml b/proxmox.yml index 10e7785..169bf61 100644 --- a/proxmox.yml +++ b/proxmox.yml @@ -28,7 +28,7 @@ - name: remove vim-nox apt: name: vim-nox - state: absent + state: present - name: dist upgrade apt: upgrade=dist @@ -38,7 +38,7 @@ name: ansible auto-provision minute: "*/10" user: root - job: "ansible-pull -o -U https://git.bitsathy.ac.in/ShankarMounesh/" + job: "ansible-pull -o -U https://git.bitsathy.ac.in/ShankarMounesh/ansible-proxmox.git proxmox.yml" - name: add reboot cronjob cron: