Skip to content

Commit

Permalink
chore(cd): Fix YAML lint error
Browse files Browse the repository at this point in the history
Line too long.
  • Loading branch information
geoffreyvanwyk committed Nov 9, 2023
1 parent 75d3271 commit fbf1593
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }}

- name: Run plays.
run: ansible-playbook main.yml --inventory ${{ secrets.ANSIBLE_INVENTORY }}, --user ${{ secrets.ANSIBLE_USER }}
run: |
ansible-playbook main.yml
--inventory ${{ secrets.ANSIBLE_INVENTORY }},
--user ${{ secrets.ANSIBLE_USER }}
env:
PY_COLORS: "1"
ANSIBLE_FORCE_COLOR: "1"

0 comments on commit fbf1593

Please sign in to comment.