Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Typo] 1.5-handlers ftpserver.yml #1987

Open
sillihkram opened this issue Jun 9, 2023 · 0 comments
Open

[Typo] 1.5-handlers ftpserver.yml #1987

sillihkram opened this issue Jun 9, 2023 · 0 comments
Assignees

Comments

@sillihkram
Copy link
Contributor

sillihkram commented Jun 9, 2023

Area

Ansible Red Hat Enterprise Linux Workshop

Proposed Changes

---
- name: Install vsftpd on ftpservers
  hosts: all
  become: true
  tasks:
    - name: Install FTP server when host in ftpserver group
      ansible.builtin.yum:
        name: vsftpd
        state: latest
      when: inventory_hostname in groups["ftpserver"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants