Skip to content

Instantly share code, notes, and snippets.

@Nani-o
Created January 9, 2020 15:02
Show Gist options
  • Select an option

  • Save Nani-o/8864b475eb73b265cb76098b27c18a9c to your computer and use it in GitHub Desktop.

Select an option

Save Nani-o/8864b475eb73b265cb76098b27c18a9c to your computer and use it in GitHub Desktop.
```
TASK [detect requirements.yml] *************************************************
ok: [localhost, -> localhost] => {"changed": false, "stat": {"atime": 1578579230.2607422, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "unknown", "checksum": "8b2df1f86f8ddb442cb35cf8a2cd924e6151989d", "ctime": 1578579229.344763, "dev": 164, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 184451, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0644", "mtime": 1578579229.344763, "nlink": 1, "path": "/var/lib/awx/projects/_8__command_center/roles/requirements.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 181, "uid": 0, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}}
TASK [fetch galaxy roles from requirements.yml] ********************************
ok: [localhost, -> localhost] => {"changed": false, "cmd": ["ansible-galaxy", "install", "-r", "requirements.yml", "-p", ".", "-v"], "delta": "0:00:00.423670", "end": "2020-01-09 14:19:21.770732", "rc": 0, "start": "2020-01-09 14:19:21.347062", "stderr": "", "stderr_lines": [], "stdout": "Using /etc/ansible/ansible.cfg as config file\n- mpe-front (v3.2) is already installed, skipping.", "stdout_lines": ["Using /etc/ansible/ansible.cfg as config file", "- mpe-front (v3.2) is already installed, skipping."]}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment