Skip to content

Commit

Permalink
removed one warning when running playbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rbevin777 committed Jul 8, 2023
1 parent cf46dfd commit db25fde
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ansible-galaxy collection install community.general
## How To Use
Within the same folder as the playbooks if you run:
```
ansible-playbook --connection=local --ask-become-pass install-all-apps.yml
ansible-playbook --connection=localhost --ask-become-pass install-all-apps.yml
```
Then the playbooks will go ahead and install.

Expand Down
2 changes: 1 addition & 1 deletion playbooks/cargo-packages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Run this playbook with this command: ansible-playbook --connection=local --ask-become-pass cargo-packages.yml
# Run this playbook with this command: ansible-playbook --connection=localhost --ask-become-pass cargo-packages.yml

---
- name: Install Developer Apps
Expand Down
2 changes: 1 addition & 1 deletion playbooks/developer-apps.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Run this playbook with this command: ansible-playbook --connection=local --ask-become-pass developer-apps.yml
# Run this playbook with this command: ansible-playbook --connection=localhost --ask-become-pass developer-apps.yml

---
- name: Install Developer Apps
Expand Down
2 changes: 1 addition & 1 deletion playbooks/development-tools.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Run this playbook with this command: ansible-playbook --connection=local --ask-become-pass development-tools.yml
# Run this playbook with this command: ansible-playbook --connection=localhost --ask-become-pass development-tools.yml

---
- name: Install Development Tools such as language frameworks and debuggers.
Expand Down
2 changes: 1 addition & 1 deletion playbooks/gaming-apps.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Run this playbook with this command: ansible-playbook --connection=local --ask-become-pass gaming-apps.yml
# Run this playbook with this command: ansible-playbook --connection=localhost --ask-become-pass gaming-apps.yml

---
- name: Install Gaming Software
Expand Down
2 changes: 1 addition & 1 deletion playbooks/install-all-apps.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Run this playbook with this command: ansible-playbook --connection=local --ask-become-pass install-all-apps.yml
# Run this playbook with this command: ansible-playbook --connection=localhosthost --ask-become-pass install-all-apps.yml

---
- name: Install All Playbook Apps
Expand Down
2 changes: 1 addition & 1 deletion playbooks/media-apps.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Run this playbook with this command: ansible-playbook --connection=local --ask-become-pass media-apps.yml
# Run this playbook with this command: ansible-playbook --connection=localhost --ask-become-pass media-apps.yml

---
- name: Install Media Apps
Expand Down
2 changes: 1 addition & 1 deletion playbooks/minecraft-install.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Run this playbook with this command: ansible-playbook --connection=local --ask-become-pass minecraft-install.yml
# Run this playbook with this command: ansible-playbook --connection=localhost --ask-become-pass minecraft-install.yml
# Ya can't have a PC with no minecraft, that's sacrilege! XD
---
- name: Install Minecraft
Expand Down

0 comments on commit db25fde

Please sign in to comment.