Skip to content

Commit

Permalink
update ansible playbook output
Browse files Browse the repository at this point in the history
  • Loading branch information
layereight committed Nov 1, 2023
1 parent 62636ce commit 07f2b73
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,13 @@ $ ansible-playbook -i inventory MFRC522-trigger.yml
PLAY [Install prerequisite software] ************************************************
TASK [Run apt-get update if cache is older than a week] *****************************
ok: [my_raspi_host]
TASK [Install prerequisite debian packages] *****************************************
changed: [my_raspi_host]
TASK [Install prerequisite pip packages] ********************************************
TASK [Install pip requirements file] ************************************************
changed: [my_raspi_host]
TASK [Install pi-rc522 python library] **********************************************
TASK [Install prerequisite pip packages] ********************************************
changed: [my_raspi_host]
PLAY [Prepare Raspberry Pi's /boot/config.txt] **************************************
Expand Down Expand Up @@ -114,7 +111,7 @@ TASK [systemd : Enable custom systemd service] *********************************
skipping: [my_raspi_host]
PLAY RECAP **************************************************************************
my_raspi_host : ok=13 changed=12 unreachable=0 failed=0
my_raspi_host : ok=11 changed=11 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0
```

Expand Down

0 comments on commit 07f2b73

Please sign in to comment.